Learn R Programming

npregfast (version 1.5.2)

children: Children dataset.

Description

This children data set contains the age and height measurements of 2500 children aged 5 to 19 years, splitted by sex (1292 females and 1208 males).

Usage

children

Arguments

Format

children is a data frame with 2500 cases (rows) and 3 variables (columns).

sex

Individual's gender (female or male).

height

Height measured in centimeters.

age

Age in years.

Examples

Run this code
data(children)
head(children)

Run the code above in your browser using DataLab