powered by
Analyze glmerMod objects.
# S3 method for glmerMod analyze(x, ...)
merModLmerTest object.
Arguments passed to or from other methods.
output
# 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