knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
options(width = 80)

growthscreener

R-CMD-check

The growthscreener package implements tools to evaluate child growth with respect to Dutch criteria for unusual growth. Application of these tools helps to identify children that meet criteria for criteria for referral from youth health care (JGZ) for follow-up with a general physician or paediatrician.

The current version implements Dutch guidelines for

Installation

The following statements will install the growthscreener package

install.packages("remotes")
remotes::install_github("growthcharts/growthscreener")

Example

Find the advice for a very short girl:

library(growthscreener)

# a very short girl, 4 months old
msgcode <- calculate_advice_hgt(sex = "female", bw = 3250, ga = 40, dom = 0.367, y = 55)
msgcode
cat(fold(msg(msgcode)))

The height SDS at the age of about 4 months is equal to -3.255, which is the reason for referral.

Background

The package implements the following guidelines:

There are r nrow(messages) signals. To see them all:

messages


growthcharts/growthscreener documentation built on Oct. 25, 2024, 4:07 p.m.