get_lme_results_: Retrieve inference stats or ANOVA from a merMod object.

View source: R/utils.R

get_lme_results_R Documentation

Retrieve inference stats or ANOVA from a merMod object.

Description

Obtains inference statistics or ANOVA table for a mixed-effect model (class merMod).

Usage

get_lme_results_(model, L = NULL, joint = FALSE, ...)

Arguments

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 contest.lmerModLmerTest.

Details

a wrapper around contest.lmerModLmerTest function.

Value

a data frame with model estimates, confidence intervals and their significance or, if joint = TRUE, an ANOVA table.


PiotrTymoszuk/kinet documentation built on June 12, 2022, 7:29 p.m.