R로 배우는 계층 및 혼합 효과 모형
Richard Erickson
Data Scientist
glmer(y ~ x + (1 | group), family = "error term")
glm()
glmer()
exp(coef(modelOut))