Hell sir:
I'm a user of JM and have a quesion.
As to "JM: An R Package for the Joint Modelling of Longitudinal and 
Time-to-Event Data", on page14:
fitSURV <- coxph(Surv(Time, death) ~ drug, data = aids.id, x = TRUE)
 
I don't understand why use the dataset "aids.id", but not"aids" as follow:
fitSURV <- coxph(Surv(start, stop, event) ~ drug, data = aids);
 
Thanks a lot for your help!
 
My best.
 
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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