Hubbry Logo
search button
Sign in
Permutational analysis of variance
Permutational analysis of variance
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Permutational analysis of variance
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Permutational analysis of variance Wikipedia article. Here, you can discuss, collect, and organize anything related to Permutational analysis of variance. The ...
Add your contribution
Permutational analysis of variance

Permutational multivariate analysis of variance (PERMANOVA),[1] is a non-parametric multivariate statistical permutation test. PERMANOVA is used to compare groups of objects and test the null hypothesis that the centroids and dispersion of the groups as defined by measure space are equivalent for all groups. A rejection of the null hypothesis means that either the centroid and/or the spread of the objects is different between the groups. Hence the test is based on the prior calculation of the distance between any two objects included in the experiment. PERMANOVA shares some resemblance to ANOVA where they both measure the sum-of-squares within and between groups, and make use of F test to compare within-group to between-group variance. However, while ANOVA bases the significance of the result on assumption of normality, PERMANOVA draws tests for significance by comparing the actual F test result to that gained from random permutations of the objects between the groups. Moreover, whilst PERMANOVA tests for similarity based on a chosen distance measure, ANOVA tests for similarity of the group averages.

Calculation of the statistic

[edit]

In the simple case of a single factor with p groups and n objects in each group, the total sum-of-squares is determined as:

where is the total number of objects, and is the squared distance between objects i and j.

Similarly, the within groups sum-of-squares is determined as:

where is 1 if the observations i and j belong to the same group, and 0 otherwise. Then, the between groups sum-of-squares () can be calculated as the difference between the overall and the within groups sum-of-squares:

Finally, a pseudo F-statistic is calculated:

where p is the number of groups.

Drawing significance

[edit]

Finally, the PERMANOVA procedure draws significance for the actual F statistic by performing multiple permutations of the data. In each permutation the items are shuffled between groups, and the F-ratio is calculated for it, . The P-value is then calculated by:

Implementation and use

[edit]

PERMANOVA is widely used in the field of ecology and is implemented in several software packages including the PERMANOVA[2] software, PRIMER and R (programming language) Vegan, lmPerm[3] and Python (programming language) skbio[4] packages.

References

[edit]
  1. ^ Anderson, Marti J. (2001). "A new method for non-parametric multivariate analysis of variance". Austral Ecology. 26 (1): 32–46. doi:10.1111/j.1442-9993.2001.01070.pp.x.
  2. ^ Anderson, Marti J. (2005). "Permutational Analysis of Variance" (PDF).
  3. ^ Wheeler, Bob; Torchiano, Marco (2016). "lmPerm: Permutation Tests for Linear Models". Retrieved 2019-02-08.
  4. ^ "skbio.stats.distance.permanova". Retrieved 2024-05-18.