[R] Removing Values from Summary after Survival Curve

mtkent189 mtkent89 at gmail.com
Fri Mar 9 16:46:20 CET 2012


Hi All,

             s = Surv(outcome.[,1], outcome.[,2])
             survplot= (survfit(s ~ person.list[,1]))
             
             summary(survplot)

This prints a summary of all the curves at specified time intervals of
events.  Is there a way to suppress this summary to only display a summary
of the values above a certain time point? (i.e summary(survplot, ONLY
survplot$time > 3) )

Thanks,
M



--
View this message in context: http://r.789695.n4.nabble.com/Removing-Values-from-Summary-after-Survival-Curve-tp4459816p4459816.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list