Create an APA formatted report from the test of a specific term in a linear model.

apastylr(model, term)

Arguments

model

A linear model created using lm().

term

A character string representing a term in the linear model.

Value

An APA formatted character string.

Examples


data(ho_et_al)
test <- lm(hypodescent ~ linkedfate, ho_et_al)
apastylr(test, "linkedfate")
#> [1] "t(822) = 6.14, p < .001"