PERMANOVA#

class permanova.permanova_np.permanova.PERMANOVA(sample_1: ndarray, compress: bool = True)[source]#

Bases: object

Class to perform PERMANOVA between two samples.

run_simulation(new_sample: ndarray, tot_permutations: int) float[source]#