I have a data set from a survey of health problems and annoyance by traffic noise in people living in residential buildings, with "5-point scale answer" questions. I want to perform a multilevel model for an ordinal response (health problem or noise annoyance), and I tried with the gllamm command in Stata but it's not allowed the option link(ologit). Does anyone know another way to perform it? If not in Stata, in R or SPSS would be useful anyway.
Tell me more
×
Cross Validated is a question and answer site for
statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.
|
|
||||
|
In all likelihood, you have an incomplete installation of |
|||||
|
ologitis a valid link forgllamm. It must have been something else that was breaking down when you ran it. Can you show the code and the output? Alternatively, you can ask at statalist... although in all likelihood it will be me who will answer it there ;). Another Stata (user-written) command that may be useful isreoprob. – StasK Feb 18 '12 at 5:43gllamm impso weeksqrt treatment interact, i(id) link(ologit) adapt eform, then Stata indicatesunknown link() ologitr(198);– Mauricio Fuentes Feb 23 '12 at 2:20