Learn R Programming

lgrdata (version 0.1.1)

anthropometry: Child anthropometry

Description

Data include measurements of age, foot length, and height for 3898 children. These data are a small subset of many dozens of measurements on the same children, described in detail by Snyder (1977).

Usage

anthropometry

Arguments

Format

A data frame with 3898 rows and 4 variables:

age

double Age in years

gender

integer "female" or "male"

foot_length

integer Total foot length (mm)

height

double Total height (cm)

Examples

Run this code
# NOT RUN {
data(anthropometry)
with(anthropometry, plot(age, foot_length, pch=16, cex=0.5, col=gender))
# }

Run the code above in your browser using DataLab