R による階層モデルと混合効果モデル
Richard Erickson
Data Scientist
glmer(y ~ x + (1 | group), family = "error term")
glm()
glmer()
exp(coef(modelOut))