sanity_checks_inputs_simulate.Rd
Checks the presence of required variables and adds default values for missing variables.
sanity_checks_inputs_simulate(df, delay, rcd, mda, sto, rcd_at_baseline)
a dataframe containing the data, with one column called h containing the daily incidence and one variable called prop_import containing the proportion of imported cases among new infections. additional optional variables are alpha (effective care), beta (proportion of liver stage cure), rho (reporting rate) and omega (intensity of vector control)
a boolean indicating if the model including delays in treatment should be used.
a boolean indicating if the model including reactive case detection should be used.
a boolean indicating if the model including mass drug administration (MDA) prophylaxis should be used.
a boolean indicating if the stochastic version of the model should be used.
a boolean indicating if the model was calibrated using the RCD model (i.e. there is some RCD at baseline already). Default (FALSE) is the model without RCD at baseline
A dataframe containing all required variables