multinomial logistic multilevel models in R

后端 未结 6 1345
甜味超标
甜味超标 2021-01-29 21:57

Problem: I need to estimate a set of multinomial logistic multilevel models and can’t find an appropriate R package. What is the best R package to estimate such

6条回答
  •  甜味超标
    2021-01-29 22:23

    Here's an implementation (not my own). I'd just work off this code. Plus, this way you'll really know what's going on under the hood.

    http://www.nhsilbert.net/docs/rcode/multilevel_multinomial_logistic_regression.R

提交回复
热议问题