I'm looking for the mathematical notation equivalent of:
glmer(ret15i~AARC_Ret+(1|METRO)+ret02i)
I have a model; it is neither a HLM nor a GLM, but both. It is referred to (variously) as a hierarchical generalized linear model, a generalized linear mixed model, a multi-level non-linear mixed effect model, etc. Generalized Linear Models require a link function. The hierarchical nature of my data means I'll have both fixed and random effects. I know what distribution I'm using: Poisson. As formulated in R, this suggests my random effects are limited to random intercept.
From: STATAMULTILEVEL MIXEDEFFECTS REFERENCE MANUAL RELEASE 13