anova_df: Wrapper for anova() returning a single data.frame

Description Usage Arguments Value

View source: R/anova_df.R

Description

Wrapper for anova() returning a single data.frame

Usage

1
anova_df(..., colnames = "auto")

Arguments

...

passed to anova

colnames

Determines which columns from as.data.frame(anova(...)) will be collected. "auto" attempts to figure out which columns are relevant via heuristics. Alternatively, a list of character strings. The first element gives the name(s) of the df columns, the second element the column containing the statistic, the third element, th ecolumn containing the p-value.

Value

data.frame with one row and at least three columns.


singmann/monet documentation built on April 23, 2021, 3:02 a.m.