Generates and runs the deterministic malariasimple model

run_simulation(params, full_output = FALSE)

Arguments

params

List of model parameters generated using get_parameters() and other helper functions

full_output

Boolean variable stating whether model should output model outputs, or a selected few.

Examples

params <- get_parameters() |>
          set_equilibrium(init_EIR = 10)
simulation_output <- run_simulation(params)