uk90 {sitar} | R Documentation |
UK 1990 growth reference
Description
The UK 1990 growth reference (Freeman et al 1995, Cole et al 1998) for height, weight, body mass index, circumferences and percent body fat, fitted by the LMS method and summarised by values of L, M and S by sex from 23 weeks gestation to 23 years.
Usage
uk90
Format
A tibble with 588 observations on the following 26 variables:
- years
numeric vector
- L.ht
numeric vector
- M.ht
numeric vector
- S.ht
numeric vector
- L.wt
numeric vector
- M.wt
numeric vector
- S.wt
numeric vector
- L.bmi
numeric vector
- M.bmi
numeric vector
- S.bmi
numeric vector
- L.head
numeric vector
- M.head
numeric vector
- S.head
numeric vector
- L.sitht
numeric vector
- M.sitht
numeric vector
- S.sitht
numeric vector
- L.leglen
numeric vector
- M.leglen
numeric vector
- S.leglen
numeric vector
- L.waist
numeric vector
- M.waist
numeric vector
- S.waist
numeric vector
- L.bfat
numeric vector
- M.bfat
numeric vector
- S.bfat
numeric vector
- sex
two-level factor with level 1 male and level 2 female
Details
The L, M and S values for each measurement correspond respectively to the
Box-Cox power, median and coefficient of variation of the distribution by
age and sex (Cole & Green 1992). The short names and units for each measurement (see
LMS2z
) are as follows: height (ht, cm), weight (wt, kg), body mass
index (bmi, kg/m2), head circumference (head, cm), sitting height (sitht, cm), leg length
(leglen, cm), waist circumference (waist, cm) and percent body fat (fat,
Source
The values are tabulated in the spreadsheet British1990.xls provided with the Excel add-in LMSgrowth from: https://www.healthforallchildren.com/shop-base/software/lmsgrowth/
References
Cole TJ, Green PJ. Smoothing reference centile curves: the LMS method and penalized likelihood. Stat Med 1992;11:1305-19.
Cole TJ, Freeman JV, Preece MA. British 1990 growth reference centiles for weight, height, body mass index and head circumference fitted by maximum penalized likelihood. Stat Med 1998;17:407-29.
Freeman JV, Cole TJ, Chinn S, et al. Cross sectional stature and weight reference curves for the UK, 1990. Arch Dis Child 1995;73:17-24.
Examples
data(uk90)
## calculate median BMI in girls from birth to 10 years
LMS2z(x = 0:10, y = 0, sex = 2, measure = 'bmi', ref = 'uk90', toz = FALSE)