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"
)
A data frame containing the resulting PERMANOVA table.
ecological community data.
label for the community data.
appropriate distance/dissimilarity metric (e.g. Gower, Bray–Curtis, Jaccard, etc).
Mathematical function to reduce the weight of very dominant species.
which algorithm to use for the calculation? At the moment, the only option is "nested.symmetric".
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()