Model of class merMod

merMod_2

Format

An object of class glmerMod of length 1.

Examples

lme4::glmer(vs ~ drat + cyl + (1 | gear), data = mtcars, family = "binomial")
#> Generalized linear mixed model fit by maximum likelihood (Laplace #> Approximation) [glmerMod] #> Family: binomial ( logit ) #> Formula: vs ~ drat + cyl + (1 | gear) #> Data: mtcars #> AIC BIC logLik deviance df.resid #> 21.4729 27.3358 -6.7365 13.4729 28 #> Random effects: #> Groups Name Std.Dev. #> gear (Intercept) 3.283 #> Number of obs: 32, groups: gear, 3 #> Fixed Effects: #> (Intercept) drat cyl #> 54.237 -7.398 -4.769