Model of class merMod

merMod_0

Format

An object of class glmerMod of length 1.

Examples

lme4::glmer(vs ~ 1 + (1 | gear), data = mtcars, family = "binomial")
#> Generalized linear mixed model fit by maximum likelihood (Laplace #> Approximation) [glmerMod] #> Family: binomial ( logit ) #> Formula: vs ~ 1 + (1 | gear) #> Data: mtcars #> AIC BIC logLik deviance df.resid #> 41.6853 44.6168 -18.8427 37.6853 30 #> Random effects: #> Groups Name Std.Dev. #> gear (Intercept) 1.305 #> Number of obs: 32, groups: gear, 3 #> Fixed Effects: #> (Intercept) #> -0.3724