View source: R/1_model_functions.R
combine_state | R Documentation |
Join health states
combine_state(...)
... |
any additional objects |
checking each state is a health state and join them
joined health states
a <- health_state("IT", 100, 0.4, 0, FALSE)
b <- health_state("PT", 100, 0.4, 0, FALSE)
combine_state(a, b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.