run_simulation.Rd
Generates and runs the deterministic malariasimple model
run_simulation(params, full_output = FALSE)
List of model parameters generated using get_parameters() and other helper functions
Boolean variable stating whether model should output model outputs, or a selected few.
params <- get_parameters() |> set_equilibrium(init_EIR = 10) simulation_output <- run_simulation(params)