Dear Statalist,
I have data on individual outcomes where the individual is a member of a subgroup (e.g. department) and a group (e.g. firm). I have analysed this (cross-sectional) data using an ordered logit model, as the outcome variable takes discrete values. The variable of interest is the percentage of individuals on a certain contract. I control for the group and subgroup, to remove "fixed effects". In Stata, this takes the form:
[CODE] ologit outcome percentage i.group i.subgroup, vce(robust) [\CODE]
It was suggested that I try a multilevel ologit model at both the group and subgroup levels (with the levels as: group>subgroup>individual). I understand that I can do this using the meologit command in Stata, which I believe allows the slope of the group and subgroup to vary.
My question revolves around whether I still need to control for group and subgroup in the meologit model or whether this is not necessary if they are contained as a random effect. In other words, is the following regression a sufficient extension of the ologit model above, or is there no need to control for group and subgroup?:
[CODE] meologit outcome percentage i.group i.subgroup || group: || subgroup: [\CODE]
Additionally, would I need to add any variables after group: and subgroup:? I have experimented including percentage but the coefficient of interest doesn't change.
Any thoughts on this would be much appreciated. I've read a few papers around the use of multilevel ologit and I am pretty sure that the meologit specification above is sufficient but am not 100% sure about controlling for group and subgroup so thoughts/comments/confirmation are most welcome!
Thanks and best wishes,
Rhys
Related Posts with Multilevel Ordered Logistic Regression (meologit)
vce2way works in Stata 15.1 but not in 16Dear All, I find that (ssc install) -vce2way- command works in Stata 15.1 but not in Stata 16 in the…
range of quartilesDear colleagues, I have created 4 quartiles of a variable (age) that goes form 18 to 89. What is the…
why stata did not read my imported excel? all the numbers in my excel are showed in red. stata shows no observationArray i imput my excel, stata shows this …
Diff-in-Diff / Pooled / Random EffectHi everyone, I am concluding my master’s degree and would very much appreciate your experience on…
How to show persistence using panel dataDear stata users and experts, My data is firm year panel data, i.e., I have observations at firm le…
Subscribe to:
Post Comments (Atom)
0 Response to Multilevel Ordered Logistic Regression (meologit)
Post a Comment