Description Usage Arguments Details Value Author(s) See Also Examples
APA formated interpretation of lmer
1 2 | ## S3 method for class 'lmerModLmerTest'
apa.regression(model, ci = NULL)
|
model |
|
ci |
|
Pulls out the fixed effects, confidence interval, statistic, and p-value of the model; formats the fixed effects, confidence interval, and p-values; calculates r = √{t^2/(t^2+df)}; and produces a table.
the formatted data.frame
Mark Newman, mark@trinetteandmark.com
Other regression: apa.confint
,
apa.regression.glmerMod
,
apa.regression.glm
,
apa.regression.lm
,
apa.regression
1 2 3 4 5 6 7 |
x = testdata.apa.regression.lmerModLmerTest
model = lmer(Response ~ Treatment + (1|FocusGroup), data = x)
ci = confint(model, parm = "beta_")
tab = apa.regression(model, ci)
kable(tab, caption = 'Regression coefficients with 95% CI', booktabs = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.