data(STR.data)
# The number of patients in the relative group.
dim(STR.data)
# Compute a Cox PH model
cox.STR<-coxph(Surv(Tps.Evt/365.24, Evt) ~ ageR2cl + Tattente2cl, data=STR.data)
summary(cox.STR)
Run the code above in your browser using DataLab