Skip to content

ki-tools/growthstandards

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

growthstandards Build Status codecov.io

A collection of utility functions for conveniently converting anthropometric measurements to z-scores or centiles (and converting z-scores / centiles to measurements) for three growth standards:

  • WHO growth standard (functions prefixed with who_)
  • INTERGROWTH newborn size standard including very preterm (functions prefixed with igb_)
  • INTERGROWTH fetal growth standard (functions prefixed with igfet_)
  • INTERGROWTH gestational weight gain for mothers (functions prefixed with iggwg_)

These growth standards have previously not necessarily been easy to access inside an R analysis. In some cases R code has been provided for making conversions with the growth standard but in a form that is difficult to embed and generalize (copying and pasting code that will be frequently used is messy will almost surely lead to errors). Some standards are provided only through published coefficients. The goal here is to put all the standards into a single package with a unified interface, while providing additional functionality like interpolation for regions where standard's provided tables are sparse.

The growth standard conversion methods have been painstakingly checked for accuracy through comparisons with the standards provided by the original sources. However, we advise caution and double checking against the original sources when results will impact decisions. Links to the original sources can be found in the sections for each standard below.

Installation

# install.packages("remotes") # if "remotes" is not already installed
remotes::install_github("ki-tools/growthstandards")

Usage

See here for several examples of how to use this package.

About

R package for anthropometric growth standard calculations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages