basesurv {FunSurv} | R Documentation |
A function to obtain the baseline survival function
Description
A function to obtain the baseline survival function
Usage
basesurv(object)
Arguments
object |
A funsurv object |
Value
A data frame including time and baseline survival
Examples
data(simDat)
fit <- AR1_FRAILTY(Recur(t_start %to% t_stop, id, status) ~ z1,
sdat = sdat, fdat = fdat, iter.max = 30)
plot(fit, what = "basesurv")
[Package FunSurv version 1.0.0 Index]