tidy.anova.cca | R Documentation |
anova.cca
objectTidy an anova.cca
object
## S3 method for class 'anova.cca'
tidy(x, ...)
x |
an object returned from |
... |
Additional arguments are not used. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.