Learn R Programming

psycho (version 0.4.91)

analyze.lmerModLmerTest: Analyze lmerModLmerTest objects.

Description

Analyze lmerModLmerTest objects.

Usage

# S3 method for lmerModLmerTest
analyze(x, CI = 95,
  effsize_rules = "cohen1988", ...)

Arguments

x

lmerModLmerTest object.

CI

Bootsrapped confidence interval bounds (slow). Set to NULL turn off their computation.

effsize_rules

Grid for effect size interpretation. See interpret_d.

...

Arguments passed to or from other methods.

Value

output

References

Nakagawa, S., & Schielzeth, H. (2013). A general and simple method for obtaining R2 from generalized linear mixed-effects models. Methods in Ecology and Evolution, 4(2), 133-142.

Examples

Run this code
# NOT RUN {
library(psycho)
library(lmerTest)
fit <- lmerTest::lmer(Sepal.Length ~ Sepal.Width + (1 | Species), data = iris)

results <- analyze(fit)
summary(results)
print(results)
# }

Run the code above in your browser using DataLab