tidy.adonis | R Documentation |
adonis
objectTidy an adonis
object
## S3 method for class 'adonis'
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. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.