[R] Multilevel Survival Analysis - Cox PH Model
    Terry Therneau 
    therneau at mayo.edu
       
    Tue Jul  5 14:33:20 CEST 2011
    
    
  
Three comments:
  1. If there is no right censoring (and it appears not), I would use
lmer on the awakening times, glmer on the FullyOriented variable.  That
is, I agree with Burt.
  Another option is GEE models
 2. If you want to use a Cox model, then you can 
   a. Add "+ cluster(id)" to the model statement.  This adds a robust
variance, and is closely related to GEE.
   b. Use coxme to fit a mixed effects model.
Terry Therneau
    
    
More information about the R-help
mailing list