get_lme_results_ | R Documentation |
Obtains inference statistics or ANOVA table for a mixed-effect model (class merMod).
get_lme_results_(model, L = NULL, joint = FALSE, ...)
model |
a merMod mixed-effect model object. |
L |
a contrast vector or a matrix. If NULL, inference stats for all model estimates are returned. |
joint |
logical, make an F-test of potentially several contrast vectors? If FALSE single DF t-tests are applied to each vector or each row of contrasts matrices. |
... |
additional arguments passed to
|
a wrapper around
contest.lmerModLmerTest
function.
a data frame with model estimates, confidence intervals and their significance or, if joint = TRUE, an ANOVA table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.