R 中的分层与混合效应模型
Richard Erickson
Data Scientist
glmer(y ~ x + (1 | group), family = "error term")
glmer()
glm()
exp(coef(modelOut))