Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Repeated Measures GEE Model with Ordinal Dependent Variable


From   Jenkins S P <[email protected]>
To   [email protected]
Subject   Re: st: Repeated Measures GEE Model with Ordinal Dependent Variable
Date   Wed, 3 Sep 2003 19:08:09 +0100 (BST)

On Wed, 3 Sep 2003, Laura Damschroder wrote:

> Hello -
>
> I am finally happily migrating to Stata from using a combination of SAS
> and SPSS and have succeeded in replicating most of the models and
> analyses I have done in the past in Stata.  However, there is one model
> I cannot find any documentation for in Stata: what if I have an ordinal
> dependent variable with repeated measures (a within-subject measure) and
> a categorical independent variable along with the variable indicating
> the "panel" (scenario in this case).  In SAS, I coded this using:
>
> proc genmod data=geeanal.age DESC;
>   class id educat scenario;
>   model preference = educat scenario/
>                  dist=mult link=cumlogit type3;
>   repeated subject=id / corrw type=indep;
>
> Does anyone know how to replicate this model in Stata?


Try -findit gllamm- and -findit reoprob-


Stephen
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index