basesurv | R Documentation |
A function to obtain the baseline survival function
basesurv(object)
object |
A funsurv object |
A data frame including time and baseline survival
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.