check_attack_rates | R Documentation |
Checks the attack_rates supplied in simulate_data
check_attack_rates(attack_rates, possible_exposure_times)
attack_rates |
a vector of attack_rates to be used in the simulation |
possible_exposure_times |
vector of strain circulation times |
nothing at the moment
Other check_inputs:
check_data()
,
check_demographics()
,
check_inf_hist()
,
check_par_tab()
,
check_proposals()
attack_rates <- runif(40)
possible_exposure_times <- seq_len(40)
check_attack_rates(attack_rates, possible_exposure_times)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.