
International Newborn Size Standards: table of z-score for birth length-for-gestational age for infants
Source:R/data.R
bl_gestage_term_sd.RdInternational Newborn Size Standards: table of z-score for birth length-for-gestational age for infants
Format
A tibble with 980 and 5 columns:
weekGestational age weeks component
dayGestational age days component
sexSex; 1 = male; 2 = female
sdStandard deviation (z-score): -3, -2, -1, 0, 1, 2, 3
blBirth length in centimetres
Source
Villar J, Giuliani F, Fenton TR, Ohuma EO, Ismail LC, Kennedy SH et al. INTERGROWTH-21st very preterm size at birth reference charts. Lancet 2016, 387(10021):844-45.
Examples
bl_gestage_term_sd
#> # A tibble: 980 × 5
#> week day sex sd bl
#> <chr> <chr> <dbl> <chr> <chr>
#> 1 33 0 1 -3SD 36.6
#> 2 33 0 1 -2SD 39.4
#> 3 33 0 1 -1SD 41.7
#> 4 33 0 1 0 43.8
#> 5 33 0 1 1SD 45.9
#> 6 33 0 1 2SD 48.3
#> 7 33 0 1 3SD 51.1
#> 8 33 1 1 -3SD 36.8
#> 9 33 1 1 -2SD 39.6
#> 10 33 1 1 -1SD 41.9
#> # … with 970 more rows