| howell {lgrdata} | R Documentation |
Howell height, age and weight data
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
howell
Format
A data frame with 783 rows and 4 variables:
sexfactor male or female
agedouble Age (years)
weightdouble Body weight (kg)
heightdouble Total height (cm)
Source
<https://tspace.library.utoronto.ca/handle/1807/17996>, subsetted for non-missing data and one outlier removed.
Examples
data(howell)
with(howell, plot(age, height, pch=19, col=sex))
[Package lgrdata version 0.1.1 Index]