MVA.anova: Type II permutation test for constrained multivariate...

View source: R/MVA.anova.R

MVA.anovaR Documentation

Type II permutation test for constrained multivariate analyses

Description

This function is a wrapper to anova.cca(...,by="terms") but performs type II tests (whereas anova.cca performs type I).

Usage

MVA.anova(object, ...)

Arguments

object

a result object from cca, rda, capscale or dbrda.

...

additional arguments to anova.cca (can be permutations, model, parallel and/or strata). See help of this function.

Details

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.

Value

a data frame of class "anova".

Author(s)

Maxime HERVE <maxime.herve@univ-rennes1.fr>


RVAideMemoire documentation built on Nov. 6, 2023, 5:07 p.m.