plot.funsurv | R Documentation |
Plot method for 'funsurv' objects
## S3 method for class 'funsurv'
plot(x, what = c("beta", "fpc", "basesurv"), ...)
x |
A funsurv object |
what |
A character string specifying what to be plotted.
Use |
... |
additional graphical parameters to be passed to methods. |
A ggplot object ...
data(simDat)
fit <- AR1_FRAILTY(Recur(t_start %to% t_stop, id, status) ~ z1,
sdat = sdat, fdat = fdat, iter.max = 30)
plot(fit, what = "beta")
plot(fit, what = "fpc")
plot(fit, what = "basesurv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.