anova_table: Generate an ANOVA Table

Description Usage Arguments Value

View source: R/anova_table.R

Description

Creates a formatted table listing ANOVA statistics for the comparison of multiple models

Usage

1
anova_table(models = list(), ..., output = c("raw", "plain", "fancy"))

Arguments

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"

Value

A kable object for 'output = "plain", "fancy"', A tibble for 'output = "raw"'


tonofshell/cowpoke documentation built on June 12, 2020, 8:43 a.m.