Learn R Programming

lgrdata (version 0.1.1)

howell: 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

Arguments

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)

Examples

Run this code
# NOT RUN {
data(howell)
with(howell, plot(age, height, pch=19, col=sex))
# }

Run the code above in your browser using DataLab