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. ______________________________________________ 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.