You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Survival analysis in health economic evaluation
16
+
17
+
:rocket: This is the **development version** of the `R` package `survHE` (currently at version `r packageDescription("survHE")$Version`). A "stable" version (as of `r Sys.Date() |> format("%-d %B %Y")`: `r utils::available.packages(filters = "CRAN")["survHE",2]`) is packaged and available from [CRAN](https://cran.r-project.org/web/packages/survHE/index.html).
18
+
19
+
Contains a suite of functions to systematise the workflow involving survival analysis in health economic evaluation. survHE can fit a large range of survival models using both a frequentist approach (by calling the R package [flexsurv](https://CRAN.R-project.org/package=flexsurv)) and a Bayesian perspective. For a selected range of models, both Integrated Nested Laplace Integration (via the R package [INLA](https://www.r-inla.org/)) and Hamiltonian Monte Carlo (via the R package [rstan](https://CRAN.R-project.org/package=rstan)) are possible. HMC models are pre-compiled so that they can run in a very efficient and fast way. In addition to model fitting, survHE provides a set of specialised functions, for example to perform Probabilistic Sensitivity Analysis, export the results of the modelling to a spreadsheet, plotting survival curves and uncertainty around the mean estimates.
20
+
21
+
**NB**: To run the Bayesian models, as of version 2.0 of `survHE`, it is necessary to install the additional packages [`survHEinla`](https://github.com/giabaio/survHEinla) and/or [`survHEhmc`](https://github.com/giabaio/survHEhmc), which are available from this GitHub repository. The reason for this structural change is that in this way, the basic backbone of `survHE` (available from this `main` branch of the repo) becomes a very lean package, whose installation is very quick. More details [here](https://gianluca.statistica.it/blog/2022-01-18-survhe-light/). All the functionalities are in place for `survHE` to easily extend to the Bayesian versions, once one or both of the additional "modules" is also installed.
22
+
23
+
## Installation
24
+
The most updated version can be installed using the following code.
## Survival analysis in health economic evaluation
8
9
9
-
:rocket: This is the **development version** of the `R` package `survHE`. The stable version is now release 2.0.5, on [CRAN](https://cran.r-project.org/web/packages/survHE/index.html).
10
+
:rocket: This is the **development version** of the `R` package `survHE`
11
+
(currently at version 2.0.51). A “stable” version (as of 11 July 2025:
Contains a suite of functions to systematise the workflow involving survival analysis in health economic evaluation. survHE can fit a large range of survival models using both a frequentist approach (by calling the R package [flexsurv](https://CRAN.R-project.org/package=flexsurv)) and a Bayesian perspective. For a selected range of models, both Integrated Nested Laplace Integration (via the R package [INLA](https://www.r-inla.org/)) and Hamiltonian Monte Carlo (via the R package [rstan](https://CRAN.R-project.org/package=rstan)) are possible. HMC models are pre-compiled so that they can run in a very efficient and fast way. In addition to model fitting, survHE provides a set of specialised functions, for example to perform Probabilistic Sensitivity Analysis, export the results of the modelling to a spreadsheet, plotting survival curves and uncertainty around the mean estimates.
15
+
Contains a suite of functions to systematise the workflow involving
16
+
survival analysis in health economic evaluation. survHE can fit a large
17
+
range of survival models using both a frequentist approach (by calling
18
+
the R package [flexsurv](https://CRAN.R-project.org/package=flexsurv))
19
+
and a Bayesian perspective. For a selected range of models, both
20
+
Integrated Nested Laplace Integration (via the R package
21
+
[INLA](https://www.r-inla.org/)) and Hamiltonian Monte Carlo (via the R
22
+
package [rstan](https://CRAN.R-project.org/package=rstan)) are possible.
23
+
HMC models are pre-compiled so that they can run in a very efficient and
24
+
fast way. In addition to model fitting, survHE provides a set of
25
+
specialised functions, for example to perform Probabilistic Sensitivity
26
+
Analysis, export the results of the modelling to a spreadsheet, plotting
27
+
survival curves and uncertainty around the mean estimates.
12
28
13
-
**NB**: To run the Bayesian models, as of version 2.0 of `survHE`, it is necessary to install the additional packages [`survHEinla`](https://github.com/giabaio/survHEinla) and/or [`survHEhmc`](https://github.com/giabaio/survHEhmc), which are available from this GitHub repository. The reason for this structural change is that in this way, the basic backbone of `survHE` (available from this `main` branch of the repo) becomes a very lean package, whose installation is very quick. More details [here](https://gianluca.statistica.it/blog/2022-01-18-survhe-light/). All the functionalities are in place for `survHE` to easily extend to the Bayesian versions, once one or both of the additional "modules" is also installed.
29
+
**NB**: To run the Bayesian models, as of version 2.0 of `survHE`, it is
0 commit comments