Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Health economic simulation modeling and decision analysis

NotificationsYou must be signed in to change notification settings

hesim-dev/hesim

Repository files navigation

CRAN_Status_BadgeCoverage StatusR-CMD-check

Overview

hesim is a modular and computationally efficient R package for healtheconomic simulation modeling and decision analysis that provides ageneral framework for integrating statistical analyses with economicevaluation. The package supports cohort discrete time state transitionmodels (DTSTMs), N-state partitioned survival models (PSMs), andindividual-level continuous time state transition models (CTSTMs),encompassing both Markov (time-homogeneous and time-inhomogeneous) andsemi-Markov processes. It heavily utilizesRcpp anddata.table,making individual-level simulation, probabilistic sensitivity analysis(PSA), and incorporation of patient heterogeneity fast.

Features of the current version can be summarized as follows:

  • Cohort DTSTMs, individual-level CTSTMs, and N-state PSMs thatencompass Markov and semi-Markov processes
  • Options to build models directly from fitted statistical models or bydefining them in terms of expressions
  • Parameter estimates from either anR based model or from an externalsource
  • Convenience functions for sampling model parameters from parametricdistributions or via bootstrapping
  • Parameter uncertainty propagated with PSA
  • Modeling patient heterogeneity
  • Performing cost-effectiveness analyses and representing decisionuncertainty from PSAs
  • Simulation code written inC++ to boost performance

Installation

You can install thecurrentrelease from CRAN or the most up todate development version from GitHub.

# Install from CRAN:install.packages("hesim")# Install the development version from GitHub:# install.packages("devtools")devtools::install_github("hesim-dev/hesim")

Getting started

There are two good places to start:

  1. TheIntroduction tohesimarticle provides a quick introduction.

  2. Ourpreprint describes thepackage (including mathematical details) more thoroughly.

You might also want to explore our example analyses which can be foundin the preprint and web articles. They are summarized in the tablebelow, with some drawn from theDecision Modeling for Health EconomicEvaluationtextbook. Key areas of focus are the (i) statistical models of diseaseprogression (in terms of the baseline risk and relative treatmenteffects) and (ii) the available data (either individual patient data(IPD) or aggregate-level data).

Baseline risk

Treatment effect

NameModelDisease modelDisease dataDisease modelDisease dataApplication
1\” style=” ” \>Preprint4.1\iCTSTMMulti-state modelIPDCoefficient (AFT)IPDOncology
2\” style=” ” \>Preprint4.2\PSMSurvival modelsIPDCoefficient (AFT)AggregateOncology
3\” style=” ” \>Preprint4.3\cDTSTMMulti-state model (panel data)IPDRRAggregateOncology
4\”style=” ” \>Simple Markov cohort\cDTSTMMultinomialAggregateRRAggregateHIV
5\”style=” ” \>Time inhomogeneous Markov (cohort)\cDTSTMCustomAggregateCoefficient (HR)AggregateHip replacement
6\”style=” ” \>Multinomial logit\cDTSTMMultinomial logitIPDCoefficient (OR)IPDGeneric
7\”style=” ” \>Time inhomogeneous Markov (individual)\iCTSTMCustomAggregateCoefficient (HR)AggregateHip replacement
8\”style=” ” \>Semi-Markov multi-state\iCTSTMMulti-state modelIPDCoefficient (AFT)IPDGeneric
9\” style=”” \>4-state PSM\PSMSurvival modelsIPDCoefficient (AFT)IPDOncology
Note: iCTSTM =Individual-level continuous time state transition model; PSM =partitioned survival model; cDTSTM = Cohort discrete time statetransition model. AFT = accelerated failure time; RR = relative risk; HR= hazard ratio; OR = odds ratio. IPD = individual patient data.

Citing hesim

If you usehesim, please cite as follows:

To cite package 'hesim' in publications use:  Devin Incerti and Jeroen P Jansen (2021). hesim: Health Economic  Simulation Modeling and Decision Analysis. arXiv:2102.09437  [stat.AP], URL https://arxiv.org/abs/2102.09437.A BibTeX entry for LaTeX users is  @Misc{incerti2021hesim,    author = {Devin Incerti and Jeroen P. Jansen},    title = {hesim: Health Economic Simulation Modeling and Decision Analysis},    year = {2021},    eprint = {2102.09437},    archiveprefix = {arXiv},    primaryclass = {stat.AP},    url = {https://arxiv.org/abs/2102.09437},  }

About

Health economic simulation modeling and decision analysis

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors6

Languages


[8]ページ先頭

©2009-2025 Movatter.jp