library(ramp.xds)
library(ramp.library)
library(ramp.work)
library(deSolve)
library(rootSolve)
library(graphics)
Scaling Relationships
Studying Malaria Metrics Across the Spectrum of Transmission Intensity
Also see:
ramp.work:: Scaling for Malaria Metrics – the algorithms explained here are documented in a vignette on the software website.
Malaria Theory:: Scaling – the algorithms explained here were used to illustrate basic scaling relationships for malaria theory.
Load the required packages:
xde_scaling
The function xde_scaling()
defines the relationship between the EIR and the PR, and it outputs stable orbits for each value of aEIR in a mesh from \(10^{-1}\) up to \(10^{3}\)
xds_setup_cohort(Xname = "SIS") -> sis
xde_scaling_eir(sis, 25) -> sis
plot_eirpr(sis)