plot_km_pi {survParamSim} | R Documentation |
Plot Kaplan-Meier curves with prediction intervals from parametric bootstrap simulation
Description
Need to think about how to apply this for subgroups
Usage
plot_km_pi(km.pi, show.obs = TRUE, trunc.sim.censor = TRUE)
Arguments
km.pi |
an output from |
show.obs |
A logical specifying whether to show observed K-M curve on the plot.
This will have no effect if |
trunc.sim.censor |
A logical specifying whether to truncate the simulated
curve at the last time of |
[Package survParamSim version 0.1.6 Index]