Skip to content
/ postie Public

✉️ malariasimulation post processing ✉️

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

mrc-ide/postie

Repository files navigation

postie

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. R-CMD-check Coverage status

Use postie to post-process malariasimulation model output.

Postie requires are few conventions to work:

  1. that age-bands for clinical and severe incidence must be the same. In practice this means you will need to set, for example:
year <- 365
min_ages <- year * 0:99
max_ages <- year * 1:100
parameters$clinical_incidence_rendering_min_ages = min_ages
parameters$clinical_incidence_rendering_max_ages = max_ages
parameters$severe_incidence_rendering_min_ages = min_ages
parameters$severe_incidence_rendering_max_ages = max_ages
  1. that ft (treatment coverage) is an output variable. This will most likely be a result of setting treatment in the simulation, for example:
parameters |>
malariasimulation::set_drugs(list(malariasimulation::AL_params)) |>
malariasimulation::set_clinical_treatment(1, 50, 0.5)

alternatively, if no treatment is implemented, you could just add ft = 0 to the simulation output before using postie.

About

✉️ malariasimulation post processing ✉️

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages