summary.survfitr {survrec}R Documentation

Summary of a Survival of Recurrences Curve

Description

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.

Usage

summary.survfitr(object,...)

Arguments

object output from a call to survfitr, psh.fit, wc.fit or mlefrailty.fit.
... other unused arguments.

Value

For one survival curve returns a matrix, and for multiple curves a list with the same matrix for each curve.

See Also

survfitr

Examples

data(MMC)
summary(survfitr(Survr(id,time,event)~group,data=MMC))

[Package Contents]