Intergrowth Growth Standards App
Intergrowth App wraps the hbgd package into a Shiny application.
Citation
The HBGD package is licensed under an MIT license.
The Application
This application is meant to serve as a tool for analysis of proper growth centiles. Currently, the INTERGROWTH newborn size standard from gestational age in days from 232-300 is accommodated in this application.
Launching an Intergrowth App Local Session
To open this app on your own computer, you’ll need to follow these next steps:
- Install the latest R version.
- Install RStudio.
- Run the following R code within an open session of RStudio
options(repos = c( CRAN = "http://cran.rstudio.com/",
tessera = "http://packages.tessera.io"))
install.packages(c("shiny","hbgd"))
shiny::runGitHub("intergrowthApp","skhan8")