| parse_country_severity | R Documentation | 
Parse country severity parameters
parse_country_severity( country = NULL, prob_hosp = NULL, prob_severe = NULL, prob_non_severe_death_treatment = NULL, prob_severe_death_treatment = NULL, prob_non_severe_death_no_treatment = NULL, prob_severe_death_no_treatment = NULL, walker_params = FALSE )
country | 
 Character for country beign simulated. WIll be used to
generate   | 
prob_hosp | 
 Probability of hospitalisation by age.
Default, NULL, will use
  | 
prob_severe | 
 Probability of developing severe symptoms by age.
Default, NULL, will use
  | 
prob_non_severe_death_treatment | 
 Probability of death from non severe
treated infection. Default, NULL, will use
  | 
prob_severe_death_treatment | 
 Probability of death from severe infection
that is treated. Default, NULL, will use
  | 
prob_non_severe_death_no_treatment | 
 Probability of death in non severe
hospital inections that aren't treated. Default, NULL, will use
  | 
prob_severe_death_no_treatment | 
 Probability of death from severe infection
that is not treated. Default, NULL, will use
  | 
walker_params | 
 Boolean for using parameters in Walker et al. Default = FALSE, which uses parameter update as of November 2020. For full information see parameters vignette  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.