Hi,
I am conducting the multilevel multinomial logistic regression. The multilevel multinomial logistic regression does not have a error variance term in the first level of the model. I just wonder how I can calculate an ICC value following executing the code below. Please let me know if you need additional information. Thank you.
. gsem (i.outcome <- ib(first).offrace offgender i.command c.ecodisadvantage M1[geoid]@1), mlogit
var(M1[geoid]) = > coefficient = .1563367; standard error = .0424555 ; 95% CI = .0918131 and .2662055
I am conducting the multilevel multinomial logistic regression. The multilevel multinomial logistic regression does not have a error variance term in the first level of the model. I just wonder how I can calculate an ICC value following executing the code below. Please let me know if you need additional information. Thank you.
. gsem (i.outcome <- ib(first).offrace offgender i.command c.ecodisadvantage M1[geoid]@1), mlogit
var(M1[geoid]) = > coefficient = .1563367; standard error = .0424555 ; 95% CI = .0918131 and .2662055
Comment