tidy.adonis: Tidy an 'adonis' object

View source: R/tidy.R

tidy.adonisR Documentation

Tidy an adonis object

Description

Tidy an adonis object

Usage

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

Arguments

x

an object returned from vegan::adonis().

...

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.

meansq

Mean sum of squares. Equal to total sum of squares divided by degrees of freedom.

statistic

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

r.squared

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

p.value

P-value from the permutation test.


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