howell: Howell height, age and weight data

Description Usage Format Source Examples

Description

These data were also used by McElreath (2016, "Statistical Rethinking", CRC Press). Data include measurements of height, age and weight on Khosan people.

Usage

1

Format

A data frame with 783 rows and 4 variables:

sex

factor male or female

age

double Age (years)

weight

double Body weight (kg)

height

double Total height (cm)

Source

<https://tspace.library.utoronto.ca/handle/1807/17996>, subsetted for non-missing data and one outlier removed.

Examples

1
2
data(howell)
with(howell, plot(age, height, pch=19, col=sex))

Example output



lgrdata documentation built on June 19, 2019, 5:03 p.m.