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)
Exporting detailed summary statistics to WordHello helpful Stata users, I am trying to generate a word export of my dependent variable via the s…
Excel Table split by socio-demographics using PutexcelHello fellow Stata community, I´m looking for a way to automate my Analysis Output to Excel using P…
ppmlhdfe Pseudo R2 0.99+Here is the model to estimate the impact of free trade agreements (fta) and preferential trade agree…
egen maxdate gives dates 01/01/2500Hello everyone I am trying to get the difference between two dates to calculate follow up per patie…
Bernanke Sims Decomposition Restriction for VAR IRFsHi all, I'm wondering if anyone knows if STATA has the functionality to do a bernanke sims decomposi…
Subscribe to:
Post Comments (Atom)
0 Response to Multilevel Ordered Logistic Regression (meologit)
Post a Comment