Learn R Programming

psycho (version 0.1.4)

analyze.merMod: Analyze merMod objects.

Description

Analyze merMod objects.

Usage

# S3 method for merMod
analyze(x, ...)

Arguments

x

merMod object.

...

Arguments passed to or from other methods.

Value

output

Examples

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

results <- analyze(fit)
summary(results)

# }

Run the code above in your browser using DataLab