tidy.anova.cca: Tidy an 'anova.cca' object

View source: R/tidy.R

tidy.anova.ccaR Documentation

Tidy an anova.cca object

Description

Tidy an anova.cca object

Usage

## S3 method for class 'anova.cca'
tidy(x, ...)

Arguments

x

an object returned from vegan::adonis2().

...

Additional arguments are not used.

Value

A tibble with the following columns:

term

The name of the regression term.

df

Degrees of freedom used by the model.

sumsq

Sum of squares explained by this term.

r.squared

R-squared statistic, or the percent of variation explained by the model.

statistic

The value of a pseudo-F-statistic to use in the permutation test.

p.value

P-value from the permutation test.


ctanes/miscStats documentation built on Nov. 24, 2024, 1:38 p.m.