Other packages > Find by keyword >

heemod  

Markov Models for Health Economic Evaluations
View on CRAN: Click here


Download and install heemod package within the R console
Install from CRAN:
install.packages("heemod")

Install from Github:
library("remotes")
install_github("cran/heemod")

Install by package version:
library("remotes")
install_version("heemod", "1.1.0")



Attach the package and use:
library("heemod")
Maintained by
Kevin Zarca
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-12-23
Latest Update: 2025-06-16
Description:
An implementation of the modelling and reporting features described in reference textbook and guidelines (Briggs, Andrew, et al. Decision Modelling for Health Economic Evaluation. Oxford Univ. Press, 2011; Siebert, U. et al. State-Transition Modeling. Medical Decision Making 32, 690-700 (2012).): deterministic and probabilistic sensitivity analysis, heterogeneity analysis, time dependency on state-time and model-time (semi-Markov and non-homogeneous Markov models), etc.
How to cite:
Kevin Zarca (2015). heemod: Markov Models for Health Economic Evaluations. R package version 1.1.0, https://cran.r-project.org/web/packages/heemod. Accessed 05 Jun. 2026.
Previous versions and publish date:
0.1.0 (2015-12-23 10:53), 0.2.0 (2016-02-08 13:37), 0.3.0 (2016-03-20 17:06), 0.3.1 (2016-04-04 18:02), 0.3.2 (2016-06-12 23:33), 0.3.3 (2016-07-01 13:54), 0.4.0 (2016-09-16 18:15), 0.5.0 (2016-10-18 01:01), 0.5.1 (2016-10-29 00:28), 0.6.0 (2016-11-12 00:35), 0.7.0 (2016-11-21 16:50), 0.7.1 (2016-11-29 12:43), 0.8.0 (2017-02-11 00:17), 0.9.0 (2017-04-07 20:01), 0.9.1 (2017-05-09 16:44), 0.9.2 (2017-09-15 16:07), 0.9.3 (2019-02-07 15:03), 0.9.4 (2019-02-24 18:00), 0.10.0 (2019-07-03 16:10), 0.11.0 (2019-10-22 10:40), 0.12.0 (2020-04-14 12:00), 0.13.0 (2020-05-11 13:40), 0.14.0 (2020-12-08 11:40), 0.14.1 (2021-01-18 14:50), 0.14.2 (2021-01-22 14:00), 0.14.4 (2021-10-06 13:30), 0.15.0 (2023-02-14 16:50), 0.15.1 (2023-03-22 09:20), 0.16.0 (2023-07-18 23:50), 1.0.1 (2024-01-31 13:30), 1.0.2 (2024-09-11 18:00)
Other packages that cited heemod R package
View heemod citation profile
Other R packages that heemod depends, imports, suggests or enhances
Complete documentation for heemod
Functions, R codes and Examples using the heemod R package
Some associated functions: acceptability_curve . add_hazards . apply_af . apply_hr . apply_or . apply_shift . as_expr_list . calc_prob_from_surv . calc_surv_from_prob . calibrate_model . check_cycle_inputs . check_matrix . check_names . check_states . check_strategy_index . clean_factors . cluster . combine_models . combine_probs . compute_counts . compute_icer . compute_surv . compute_values . construct_part_surv_tib . create_demographic_table . create_df_from_tabular . create_matrix_from_tabular . create_model_from_tabular . create_model_list_from_tabular . create_options_from_tabular . create_parameters_from_tabular . create_states_from_tabular . define_calibration_fn . define_correlation . define_dsa . define_inflow . define_init . define_parameters . define_part_surv . define_psa . define_starting_values . define_state . define_state_list . define_strategy . define_surv_dist . define_surv_fit . define_surv_spline . define_surv_table . define_transition . discount . discount_hack . dispatch_strategy . dispatch_strategy_hack . distributions . eval_models_from_tabular . eval_parameters . eval_resample . eval_state_list . eval_strategy . eval_strategy_newdata . eval_surv . eval_transition . expand_if_necessary . expand_state . export_savi . extract_params . extract_strata . extract_stratum . file-checkers . filter_blanks . gather_model_info . get_counts . get_counts_diff . get_frontier . get_mat_total . get_matrix_order . get_parameter_names . get_state_names . get_state_number . get_state_value_names . get_transition . get_values . heemod-package . heemod_scale . insert . interpolate . is.wholenumber . join . list_all_same . load_surv_models . look_up . make_names . mix . modify . parse_multi_spec . part_survs_from_surv_inputs . plot.dsa . plot.psa . plot.run_model . plot.surv_object . plur . probability . project_fn . read_file . reexports . reindent_transition . resample_surv . rescale_discount_rate . run_bcea . run_dsa . run_model . run_model_tabular . run_psa . safe_conversion . save_outputs . set_covariates . summary.run_model . summary.surv_shift . update_model . who_mortality . wtd_summary . 
Some associated R codes: acceptability_curve.R . calibration.R . cluster.R . combine.R . correct_counts.R . covariance.R . density.R . dispatch_strategy.R . efficiency_frontier.R . evpi.R . expand.R . gho_mortality.R . heemod.R . look_up.R . matrix_define.R . matrix_eval.R . matrix_plot.R . newdata.R . param_define.R . param_eval.R . param_print.R . part_surv.R . resamp_define.R . resamp_eval.R . resamp_print.R . run_model_define.R . run_model_summary.R . sensitivity_define.R . sensitivity_eval.R . sensitivity_print.R . states_define.R . states_eval.R . states_print.R . strategy_define.R . strategy_eval.R . strategy_print.R . survival_define.R . survival_eval.R . survival_operations.R . tabular_input.R . theme_ggplot.R . transform.R . update.R . utils.R . zzz.R .  Full heemod package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  
ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  
crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA