Displaying 1 result from an estimated 1 matches for "r48910".
2009 Jul 13
1
survSplit with data.frame containing a Surv object
...o$surv.object <- with(aml, Surv(time, status))
aml3.so <- survSplit(aml.so ,cut=c(5,10,50),end="time",start="start",
event="status",episode="i")
summary(aml3.so)
sessionInfo('survival')
R version 2.9.1 Patched (2009-07-07 r48910)
i386-pc-mingw32
locale:
LC_COLLATE=German_Switzerland.1252;LC_CTYPE=German_Switzerland.1252;LC_MONETARY=German_Switzerland.1252;LC_NUMERIC=C;LC_TIME=German_Switzerland.1252
attached base packages:
character(0)
other attached packages:
[1] survival_2.35-4
loaded via a namespace (and not attache...