smitdave/MASH: MASH (Modular Analysis and Simulation for Human Health)

At the beginning, I had several goals for the project. First, I wanted to develop a simulation framework for malaria that would lower the barriers to developing, analyzing and comparing models, including spatially explicit micro-simulation models. The purpose of this was not just simulation but development of theory. Second, I was interested in the control of malaria, and analyzing effectiveness, cost-effectiveness, and establishing intervention coverage targets and intervention mixes for elimination. Third, I was interested in the problem of adaptive management in public health. Fourth, I wanted to bridge the world of maps and models, which involved managing, synthesizing, and analyzing information. What is the difference between a model of malaria in an unspecified location and a model of malaria in Uganda? Fifth, I was interested in the problem of relevant detail – what details make a difference? Goals 3-5 are more intimately connected than they might appear at given glance, for the available evidence constrains the sort of analysis that is appropriate for any place. Knowing what data to collect next involves understanding what details are relevant. These are the core activities of adaptive management. Sixth, I wanted to raise the standard for developing public software that would include the following features: benchmarking, version control, and ease of use. All of these problems were related, and they all seemed to have a common solution: develop a flexible, extensible, modular framework for simulating malaria. Developing the initial prototype involved defining the independent parts of a model, each one hereafter called a COMPONENT, and an application program interface (API). Each variant of the algorithm in each COMPONENT is called a MODULE. The aim of the design is to achieve true plug-and-play modularity. To accomplish this, I set out to design one simple and one exquisitely complicated MODULE for each COMPONENT. Simulation and analysis require development of utilities. A core need is to develop the synthetic populations that initialize any simulation. Analysis, COMPONENT by COMPONENT, requires developing a set of simplifying models to connect each exquisitely complicated model with simpler approximating models, hopefully identifying a simple model that is “good-enough,” or as my Grandpa would say, pretty-damned good. By the time I had worked out the API for malaria, I realized that the separate bits of the malaria could be considered a set of options for simulating virtually any problem in human health. This was the genesis of MASH. -Professor David L Smith, Institute for Health Metrics & Evaluation, University of Washington

Getting started

Package details

Maintainer
LicenseMIT License
Version0.1
URL https://github.com/smitdave/MASH
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("smitdave/MASH")
smitdave/MASH documentation built on May 30, 2019, 5:02 a.m.