screen_curves_ind: Screen growth curves according to JGZ guidelines

View source: R/screen_curves_ind.R

screen_curves_indR Documentation

Screen growth curves according to JGZ guidelines

Description

Screen growth curves according to JGZ guidelines

Usage

screen_curves_ind(
  ind,
  ynames = c("hgt", "wgt", "hdc"),
  na.omit = TRUE,
  recalculate_z = FALSE,
  ...
)

Arguments

ind

A list with elements psn and xyz, e.g. as created by bdsreader::read_bds(). Support for the minihealth::individual object is deprecated.

ynames

Character vector identifying the measures to be screened. By default, ynames = c("hgt", "wgt", "hdc").

na.omit

A logical indicating whether records with a missing x (age) or y (yname) should be removed. Defaults to TRUE.

recalculate_z

A logical indicating whether Z-scores should be recalculated. Currently not functional. Z-scores are always recalculated.

...

Not used, but required for extendibility

Value

A data frame with the following columns

Categorie

The category of the screening guidelines: 1000 = hgt, 2000 = wgt, 3000 = hdc

CategorieOmschrijving

A string indicating the measure

Code

Integer message code

CodeOmschrijving

A string with the message

Versie

Version of growthscreener package

Leeftijd0

First date of the evaluation pair

Leeftijd1

Second date of the evaluation pair

Examples

screen_curves_ind(target)

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