converts glht() contrast model to APA format string
Usage
glht2apa(
m,
terms = "all",
level = 0.95,
digits = 3,
format = "html",
test = c("t", "F")
)Arguments
- m
model from
multcomp::glht()- terms
specify terms to print in APA format (default: all)
- level
specify confidence level (default: 0.95)
- digits
specify digit to round statistics (default: 3)
- format
specify format (default: html) (options: html, plain)
- test
statistical test for
glhtmodels. Options are "t" (default) for t-tests (multiple comparisons/pairwise contrasts) and "F" for joint F-tests.
See also
Other model2apa:
cor2apa(),
lm2apa(),
lmer2apa(),
model2apa()