Learn R Programming

psycho (version 0.0.8)

analyze.merModLmerTest: Analyze merModLmerTest objects.

Description

Analyze merModLmerTest objects.

Usage

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

Arguments

x

merModLmerTest object.

...

Arguments passed to or from other methods.

Value

output

Examples

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

results <- analyze(fit)
summary(results)

# }

Run the code above in your browser using DataLab