Beschrijving van de figuur
| Onderdeel | Beschrijving | Package |
|---|---|---|
| Referentie | Normal, LMS, BCT, BCPE tabel | nlreferences |
| Kind data | Leeftijd, geslacht, meting | – |
| Formule | Berekening van SDS, percentiel | centile |
| Diagram | Visualisatie van de gegevens | chartbox |
library(nlreferences)
library(centile)
# Gewicht SDS, jongen 1 maand oud, 4 KG using built-in WHO references
# Gewicht SDS, meisje, 1 maand oud, 4 KG using built-in WHO references
y <- c(4, 4)
x <- c(1/12, 1/12)
refcode <- c("who_2006_wgt_male_", "who_2006_wgt_female_")
y2z(y, x, refcode)[1] -0.821 -0.332
SDS