plot.survfitr {survrec}R Documentation

Plots estimated survival function from an object of class `survrec'.

Description

Additional plots can be added to the same of axes using `lines.survrec'.

Usage

plot.survfitr(x,prob=FALSE,...)
lines.survfitr(x,prob=FALSE, ...)

Arguments

x Object of class survrec (output from calling survrec function).
prob Print of the probability or survival function if its value is TRUE or FALSE respectively.
...

{additional arguments passed to the plot function.}

Value

Prints a plot or a line of class survrec

See Also

psh.fit mlefrailty.fit wc.fit


[Package Contents]