permanova | R Documentation |
Wrapper for the adonis2
function to allow ordinary formula input.
permanova(formula, data, ...)
formula |
Model formula accepting a single response matrix and predictors.
See details in |
data |
The data set to analyse. |
... |
Additional arguments to |
An ANOVA table with permutation-based p-values.
data(caldana)
(pr <- permanova(compounds ~ light * time, caldana))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.