Learn R Programming

TRSbook (version 1.0.2)

BMI.CHILD: Body Mass Index of children

Description

This data set comes from an epidemiologic study analyzed by a team from the Institut de sante publique d'epidemiologie et de developpement (ISPED) de Bordeaux. A sample of 152 children (3 or 4 years old) in their first year of kindergarten in schools in Bordeaux (Gironde, SouthWest France) underwent a physical check-up in 1996-1997.

Usage

data(BMI.CHILD)

Arguments

Format

A data frame with 152 observations measured on the 6 following variables:

GENDER

a factor with levels F and M

zep

a factor with levels Y and N

weight

numeric

years

numeric

months

numeric

height

numeric

Examples

Run this code
# NOT RUN {
data(BMI.CHILD)
str(BMI.CHILD) 
# }

Run the code above in your browser using DataLab