psa.plot {survHE} | R Documentation |
Graphical depiction of the probabilistic sensitivity analysis for the survival curves
Description
Plots the survival curves for all the PSA simulations. The function is
actually deprecated - similar graphs can be obtained directly using
the plot
method (with options), which allows a finer depiction
of the results.
Usage
psa.plot(psa, ...)
Arguments
psa |
the result of the call to the function |
... |
Optional graphical parameters, such as:
|
Author(s)
Gianluca Baio
References
G Baio (2019). survHE: Survival analysis for health economic evaluation and cost-effectiveness modelling. Journal of Statistical Software (2020). vol 95, 14, 1-47. doi:10.18637/jss.v095.i14
See Also
Examples
## Not run:
data(bc)
# Fits the same model using the 3 inference methods
mle = fit.models(formula=Surv(recyrs,censrec)~group,data=bc,
distr="exp",method="mle")
p.mle = make.surv(mle,nsim=100)
psa.plot(p.mle)
## End(Not run)
[Package survHE version 2.0.1 Index]