powered by
Create an APA formatted report from the test of a specific term in a linear model.
apastylr(model, term)
An APA formatted character string.
A linear model created using lm().
lm()
A character string representing a term in the linear model.
data(ho_et_al) test <- lm(hypodescent ~ linkedfate, ho_et_al) apastylr(test, "linkedfate")
Run the code above in your browser using DataLab