LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2000, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 24 Apr 2000 09:45:49 -0400
Reply-To:   Jay Weedon <jweedon@EARTHLINK.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Jay Weedon <jweedon@EARTHLINK.NET>
Organization:   http://extra.newsguy.com
Subject:   Re: GEE with 2 levels
Content-Type:   text/plain; charset=us-ascii

Sounds like a hierarchical linear model. A nice tutorial on how to do these analyses using SAS PROC MIXED is in Statistics in Medicine 18:855-888.

FWIW, Jay.

On 21 Apr 00 15:02:55 GMT, klemke@JHSPH.EDU (Klaus Lemke) wrote:

>Greetings, > >I used proc genmod with a repeated statement to account for clustering at a >single level. Now i like to know how to expand this model to account for >clustering at two levels. Can this be done with genmod and the repeated >statement? > >In my example, patients are clustered within providers who in turn are >assigned to clinics. My dependent variable is whether or not a patient >self-referred (as opposed to being MD-referred). > >proc genmod; >class provider; >model selfref=... /d=binomial; >repeated subject=provider /type=exch; >run; > >My question is how to account for the correlation of providers within clinics. > >Klaus


Back to: Top of message | Previous page | Main SAS-L page