knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

mchtoolbox: Maternal Child Health Toolbox

Travis build
status codecov

Use mchtoolbox to calculate percentiles and z-scores for a child’s sex and age for BMI, weight, height, and head circumference based on CDC growth charts.

Motivation

Reference data from nationally representative populations is used in maternal and child health research and public health surveillance to calculate percentiles, z-scores, and related values. This is important for measures that naturally change over the lifespan, such as body mass index and blood pressure. It can be difficult to calculate these variables and incorporate them into a tidy workflow because published code is often not available in the R language (or in any language), or in the same place. The motivation for this project is it create a package that contains functions compatible with the tidyverse to calculate commonly used measures in maternal child health. We are also working on a shiny app for EDA and so that users can easily load a CSV and calculate these measures in the app.

Expected Input

cdc_growth() takes as input a data.frame with the following columns (units):

Installation

Install mchtoolbox from Github:

# install.packages("devtools")
devtools::install_github("ropenscilabs/mchtoolbox")

Example

This is a basic example which shows you how to solve a common problem:

## NHANES example data is included with package
create_cdc_growth(nhanes_data)

Shiny App

shiny_screengrab

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Project Origin

This project was begun during the 2018 rOpenSci unconference: https://github.com/ropensci/unconf18/issues/49

Contributors:

A special thank you to:

Future Directions

Original Github Issue

Link to original issue from unconf18.



ropenscilabs/mchtoolbox documentation built on May 11, 2022, 9:11 a.m.