View source: R/SickSicker_MarkovModel.R
SS_MicroSim | R Documentation |
Sick-Sicker (SS) Micro-simulation model
SS_MicroSim(
.v_params_ = NULL,
calibrate_ = TRUE,
n_i = 10000,
p_S1S2 = 0.105,
hr_S1 = 3,
hr_S2 = 10
)
.v_params_ |
A vector of named vector with values to replace default model parameter values (usually those that require calibration). |
calibrate_ |
If |
n_i |
Number of individuals to simulate |
p_S1S2 |
Probability to become sicker when sick |
hr_S1 |
Hazard ratio of death in sick vs healthy |
hr_S2 |
Hazard ratio of death in sicker vs healthy |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.