MVA.anova | R Documentation |
This function is a wrapper to anova.cca(...,by="terms")
but performs type II tests (whereas anova.cca
performs type I).
MVA.anova(object, ...)
object |
a result object from |
... |
additional arguments to |
See anova.cca
for detailed explanation of what is done. The only difference with anova.cca
is that MVA.anova
performs type II tests instead of type I.
See example of adonis.II
for the difference between type I (sequential) and type II tests.
a data frame of class "anova"
.
Maxime HERVE <maxime.herve@univ-rennes1.fr>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.