survHE-package {survHE} | R Documentation |
Survival Analysis in Health Economic Evaluation
Description
Contains a suite of functions to perform survival analysis with the aim of aiding in health economic modelling (extrapolation, model checking and PSA)
Details
Package: | survHE |
Type: | Package |
Version: | 2.0.1 |
Date: | 2023-03-10 |
License: | GPL2 |
LazyLoad: | yes |
Contains a suite of functions to perform survival analysis with the aim of aiding in health economic modelling (extrapolation, model checking and PSA)
Author(s)
Gianluca Baio
Maintainer: 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
Examples
## Not run:
# Loads some survival data
data(bc)
# Fits a parametric model
m <- fit.models(formula=Surv(recyrs,censrec)~group,data=bc,
distr="exp",method="mle")
# Print output in tabular format
print(m)
# Visualise output in terms of survival curves
plot(m)
## End(Not run)
[Package survHE version 2.0.1 Index]