permanova_twoway | R Documentation |
Calculates observed F and mean squares for the residuals and among sites. This
function is a helper for prep_data_nestedsymmetric()
.
permanova_twoway(
x,
factEnv,
method = "bray",
transformation = "none",
model = "nested.symmetric"
)
x |
ecological community data. |
factEnv |
label for the community data. |
method |
appropriate distance/dissimilarity metric (e.g. Gower, Bray–Curtis, Jaccard, etc). |
transformation |
Mathematical function to reduce the weight of very dominant species. |
model |
which algorithm to use for the calculation? At the moment, the only option is "nested.symmetric". |
A data frame containing the resulting PERMANOVA table.
Edlin Guerra-Castro (edlinguerra@gmail.com), Arturo Sanchez-Porras
Underwood, A. J. (1997). Experiments in ecology: their logical design and interpretation using analysis of variance. Cambridge university press.
Anderson, M. J. (2014). Permutational multivariate analysis of variance (PERMANOVA). Wiley statsref: statistics reference online, 1-15.
vegan::vegdist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.