summary.survfitr {survrec} | R Documentation |
Returns a matrix containing the survival curve and other information. If there are multiple curves, returns a list that contains the previous matrix for each curve.
summary.survfitr(object,...)
object |
output from a call to survfitr, psh.fit, wc.fit or mlefrailty.fit. |
... |
other unused arguments. |
For one survival curve returns a matrix, and for multiple curves a list with the same matrix for each curve.
data(MMC) summary(survfitr(Survr(id,time,event)~group,data=MMC))