report_anova: Report (model comparison) ANOVA tests

View source: R/report_stats.R

report_anovaR Documentation

Report (model comparison) ANOVA tests

Description

This is under development - contributions to support more types of ANOVAs are most welcome.

Usage

report_anova(x)

Arguments

x

An object returned from an anova() function (or car::linearHypothesis)

Value

A character string reporting the anova in APA style

Examples

mod1 <- lm(mpg ~ wt + am, mtcars)
mod2 <- lm(mpg ~ wt * am, mtcars)
report_anova(anova(mod1, mod2))

LukasWallrich/timesaveR documentation built on Nov. 29, 2024, 4:47 a.m.