Learn R Programming

ILRCM (version 0.2.0)

smocc: SMOCC Data

Description

Longitudinal height and weight measurements during ages 0-2 years for a representative sample of 1933 Dutch children born in 1988-1989. The dataset smocc is the sample of 200 subjects from the full dataset.

Usage

data(smocc)

Arguments

Format

A data frame with 1942 rows and 7 variables:

id

ID, unique id of each child (numeric)

age

Decimal age, 0-2.68 years (numeric)

sex

Sex, "male" or "female" (character)

ga

Gestational age, completed weeks (numeric)

bw

Birth weight in grammes (numeric)

hgt

Height measurement in cm (numeric)

hgt_z

Height in SDS relative Fourth Dutch Growth Study 1997 (numeric)

Examples

Run this code
data(smocc)
head(smocc)

Run the code above in your browser using DataLab