Description Usage Arguments Value
Creates a formatted table listing ANOVA statistics for the comparison of multiple models
1 | anova_table(models = list(), ..., output = c("raw", "plain", "fancy"))
|
models |
A list of models to compare, in order from smallest to largest if nested. A named list can be used to override the default model names displayed in the table. |
... |
Arguments to pass to 'anova' |
output |
Output format, either "raw", "plain", or "fancy". Defaults to "plain" |
A kable object for 'output = "plain", "fancy"', A tibble for 'output = "raw"'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.