gamlss.data (version 5.1-4)

abdom: Abdominal Circumference Data

Description

The abdom data frame has 610 rows and 2 columns. The data are measurements of abdominal circumference (response variable) taken from fetuses during ultrasound scans at Kings College Hospital, London, at gestational ages (explanatory variable) ranging between 12 and 42 weeks.

Usage

data(abdom)

Arguments

Format

This data frame contains the following columns:

y

abdominal circumference: a numeric vector

x

gestational age: a numeric vector

Details

The data were used to derived reference intervals by Chitty et al. (1994) and also for comparing different reference centile methods by Wright and Royston (1997), who also commented that the distribution of Z-scores obtained from the different fitted models 'has somewhat longer tails than the normal distribution'.

References

Chitty, L.S., Altman, D.G., Henderson, A. and Campbell, S. (1994) Charts of fetal size: 3, abdominal measurement. Br. J. Obstet. Gynaec., 101: 125--131

Wright, E. M. and Royston, P. (1997). A comparison of statistical methods for age-related reference intervals. J.R.Statist.Soc. A., 160: 47--69.

Examples

Run this code
# NOT RUN {
data(abdom)
attach(abdom)
plot(x,y)
detach(abdom)
# }

Run the code above in your browser using DataLab