Description Usage Arguments Value Author(s) See Also Examples
APA formated interpretation of confint
1  | apa.confint(ci)
 | 
ci | 
 
  | 
the formatted data.frame
Mark Newman, mark@trinetteandmark.com
Other regression: apa.regression.glmerMod,
apa.regression.glm,
apa.regression.lmerModLmerTest,
apa.regression.lm,
apa.regression
1 2 3 4 5 6 7  |  
  x = apaformat::testdata.apa.regression.lm
  model = lm(Response ~ Treatment, data = x)
  ci = confint(model)
  tab = apa.confint(ci)
  kable(tab, caption = '95% CI', booktabs = TRUE)
  
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.