R packages
Modular Computation for Simulation-Based Analytics
RAMP (Robust Analytics for Malaria Policy) is an organized way of translating evidence into robust policy advice and support Adaptive Malaria Control. RAMP relies on simulation-based analytics implemented through SimBA software. Using SimBA, it is easy to develop site-specific dynamical systems models of malaria epidemiology, transmission dynamics, and control for scenario planning to support sub-national tailoring, monitoring and evaluation, and strategic planning.
SimBA includes sevaral software packages. Six packages implement simulation-based analytics: core computation in ramp.xds
is supported by five satellite packages. Altogether, these R packages implement a modular framework for model building describe in Spatial Dynamics of Malaria Transmission [1]. We have also included two packages to explore concepts at the cutting edge of malaria epidemiology and microsimulation. Meanwhile, some older software packages – predecessors to ramp.xds
– have been deprecated.
Core Computation
ramp.xds handles core computational and analysis. It was developed to build and solve dynamical systems models for the epidemiology, transmission dynamics, and control of malaria and other mosquito-transmitted pathogens based on a well-defined mathematical framework [1].
all packages are
ramp
brandedxds
stands for eXtensible Dynamical Systems
ramp.library
is a supplementary model library forramp.xds
that has additional modules for the core dynamical components.ramp.control
is a supplementary code library forramp.xds
that holds algorithms to implement various models of malaria control, including vector control, mass vaccination, mass drug administration, etc.ramp.forcing
is is a supplementary code library forramp.xds
that holds algorithms to implement exogenous forcing by weather and other factors.ramp.demog
is is a supplementary code library forramp.xds
that handles human demography and stratification, including vital dynamics and age structure.ramp.work
is a set of algorithms and functions to compute scaling relationships, to fit models to data, and to apply malaria models in context.
Deep Dives
Microsimulation
Two packages have been developed by our team for behavioral state models for mosquitoes and microsimulation:
ramp.micro
was developed to explore complexity in mosquito ecology through the development and analysis of simulation models describing mosquito behavioral & spatial dynamics on point sets representing resources, which we call micro-simulation [2,3]MBITES
is an individual-based simulation model developed to explore mosquito behavioral states [4].
Malaria Epidemiology
In ramp.falciparum
, we explore malaria epidemiology, defined in the narrow sense to describe human exposure to malaria and infection, immunity, disease, drug taking, diagnostics and detection, and infectiousness [5].
Deprecated
ramp.xds
was preceded by two packages that have since been deprecated (See Deprecated).