permanova {HDANOVA} | R Documentation |
Permutation Based MANOVA - PERMANOVA
Description
Wrapper for the adonis2
function to allow ordinary formula input.
Usage
permanova(formula, data, ...)
Arguments
formula |
Model formula accepting a single response matrix and predictors.
See details in |
data |
The data set to analyse. |
... |
Additional arguments to |
Value
An ANOVA table with permutation-based p-values.
Examples
data(caldana)
(pr <- permanova(compounds ~ light * time, caldana))
[Package HDANOVA version 0.8.3 Index]