powered by
Get information about models.
# S3 method for lmerModLmerTest get_info(x, ...)
object.
Arguments passed to or from other methods.
output
# NOT RUN { library(psycho) library(lme4) fit <- lme4::glmer(vs ~ wt + (1 | gear), data = mtcars, family = "binomial") info <- get_info(fit) info # # }
Run the code above in your browser using DataLab