Learn R Programming

HDANOVA (version 0.8.3)

permanova: Permutation Based MANOVA - PERMANOVA

Description

Wrapper for the adonis2 function to allow ordinary formula input.

Usage

permanova(formula, data, ...)

Value

An ANOVA table with permutation-based p-values.

Arguments

formula

Model formula accepting a single response matrix and predictors. See details in adonis2.

data

The data set to analyse.

...

Additional arguments to adonis2.

Examples

Run this code
data(caldana)
(pr <- permanova(compounds ~ light * time, caldana))

Run the code above in your browser using DataLab