Title: | web tool for estimating under-five deaths caused by poor-quality antimalarials in sub-Saharan Africa |
---|---|
Description: | This package allows users to calculate the number of under-five child deaths caused by consumption of poor quality antimalarials across 39 sub-Saharan nations. The package supports one function, that starts an interactive web tool created using the shiny R package. The web tool runs locally on the user's machine. The web tool allows users to set input parameters (prevalence of poor quality antimalarials, case fatality rate of children who take poor quality antimalarials, and sample size) which are then used to perform an uncertainty analysis following the Latin hypercube sampling scheme. Users can download the output figures as PDFs, and the output data as CSVs. Users can also download their input parameters for reference. This package was designed to accompany the analysis presented in: J. Patrick Renschler, Kelsey Walters, Paul Newton, Ramanan Laxminarayan "Estimated under-five deaths associated with poor-quality antimalarials in sub-Saharan Africa", 2014. Paper submitted. |
Authors: | J. Patrick Renschler <[email protected]> |
Maintainer: | J. Patrick Renschler <[email protected]> |
License: | GPL-3 |
Version: | 0.2 |
Built: | 2025-02-20 03:44:09 UTC |
Source: | https://github.com/cran/pqantimalarials |
Country.
Failed. Number of samples that failed quality testing.
Tested. Number of tested samples.
Mean. Proportion of tested samples that failed quality testing.
Var.
SE.
Order. Index number used by webtool().
A data frame with 9 rows and 7 variables
pqantimalarials provides an interactive web tool that
allows users to produce their own estimates of the
number of under-five deaths associated with poor-quality
antimalarials in sub-Saharan Africa according
to the methodology of Renschler et al. (2014). Users
can set the input paramaters and download the results
from uncertainty and sensitivity analyses.
The webtool()
function
starts the interactive web tool on the user's
machine. You can follow the development of this package at:
https://github.com/renschler/pqantimalarials.
J. Patrick Renschler, Kelsey Walters, Paul Newton, Ramanan Laxminarayan. "Estimated under-five deaths associated with poor-quality antimalarials in sub-Sarahan Africa". 2014.
Country.
u5Sales. Median estimated 2013 private sector antimalarial sales to under-five P. falciparum positive children (Cohen et al. 2012).
StDev. Standard deviation of estimated 2013 private sector antimalarial sales to under-five P. falciparum positive children. Standard deviation was calculated using the interquartile range provided by Cohen et al. (2012), assuming a normal distribution.
A data frame with 39 rows and 3 variables
J. Cohen, A. Woolsey, O. Sabot, P. Gething, A. Tatem, B. Moonen. "Optimizing Investments in Malaria Treatment and Diagnosis." Science 338 (2012): 612-614.
Country.
Malaria. Estimated 2010 under-five deaths attributed to malaria.
Measles. Estimated 2010 under-five deaths attributed to measles.
HIV_AIDS. Estimated 2010 under-five deaths attributed to HIV/AIDS.
Respiratory. Estimated 2010 under-five deaths attributed to acute lower respiratory infections.
Birth. Estimated 2010 under-five deaths attributed to birth asphyxia and birth trauma.
Congenital. Estimated 2010 under-five deaths attributed to congenital anomalies.
Diarrhoeal. Estimated 2010 under-five deaths attributed to diarrhoeal diseases.
Injuries. Estimated 2010 under-five deaths attributed to injuries.
Meningitis_Enchephalitis. Estimated 2010 under-five deaths attributed to meningitis or encephalitis.
Other_Communicable. Estimated 2010 under-five deaths attributed to other communicable, perinatal, and nutritional conditions.
Other_Noncommunicable. Estimated 2010 under-five deaths attributed to other noncommunicable diseases.
Pertussis. Estimated 2010 under-five deaths attributed to pertussis.
Prematurity. Estimated 2010 under-five deaths attributed to prematurity.
Newborn_Sepsis. Estimated 2010 under-five deaths attributed to sepsis and other infectious conditions of the newborn.
A data frame with 39 rows and 15 variables
Country.
Year.
Deaths. WHO estimated number of under-five deaths (thousands).
MortalityRate. WHO estimated probability of dying by age 5 per 1000 live births.
A data frame with 39 rows and 4 variables.
MDG 4: Child health: Under-five mortality by country
Year.
Country.
Numeric. WHO estimated 2010 under-five malaria deaths.
A data frame with 193 rows and 3 variables.
This function starts the interactive web tool which runs locally on the user's machine. If the browser doesn't open automatically, the function provides the url so you can manually open your browser and view the site. This function normally does not return; interrupt R to stop the application (usually by pressing Esc or Ctrl+C).
webtool()
webtool()
Within the web tool, the left panel allows users to set input parameters that are then used to estimate the number of under-five child deaths associated with poor-quality antimalarials in sub-Saharan Africa according to the model presented in Renschler et al. (2014). Users can browse through the site's tabs to explore the outputs from uncertainty and sensitivity analyses that were performed using their input settings. Users can download the output data and visualizations as CSVs and PDFs respectively.
J. Patrick Renschler, Kelsey Walters, Paul Newton, Ramanan Laxminarayan. "Estimated under-five deaths associated with poor-quality antimalarials in sub-Sarahan Africa". 2014.
runApp
which this function wraps.
## Not run: # Start the web tool webtool() ## End(Not run)
## Not run: # Start the web tool webtool() ## End(Not run)