Description Usage Arguments Value Examples
View source: R/model_functions.R
Join health states
1 |
... |
any additional objects |
joined health states
1 2 3 | 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.