Jin Wang had an error.  My original note specified a variable that was 1 for 
subjects NOT in the subcohort, so the correct coxph call is

  coxph(Surv(edrel, rel) ~ stage + histol + age +
         offset(-100*(subcohort==0)) + cluster(seqno), data =ccoh.data)
         
This gives the same coefficients as the cch example, along with the 
infinitesimal jackknife or "robust" variance estimate.

        Terry Therneau

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to