Learn R Programming

psycho (version 0.0.8)

analyze.glmerMod: Analyze glmerMod objects.

Description

Analyze glmerMod objects.

Usage

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

Arguments

x

merModLmerTest object.

...

Arguments passed to or from other methods.

Value

output

Examples

Run this code
# NOT RUN {
library(psycho)
require(lme4)
fit <- lme4::glmer(vs ~ mpg + (1|cyl), data=mtcars, family="binomial")

results <- analyze(fit)
summary(results)

# }

Run the code above in your browser using DataLab