Learn R Programming

survrec (version 1.2-2)

summary.survfitr: 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"(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. This matrix contains the distinct failure times, and the number of events, at risk subjects, survival and standard error for each distinct time

See Also

survfitr

Examples

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

Run the code above in your browser using DataLab