powered by
These data were also used by McElreath (2016, "Statistical Rethinking", CRC Press). Data include measurements of height, age and weight on Khosan people.
howell
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)
# NOT RUN { data(howell) with(howell, plot(age, height, pch=19, col=sex)) # }
Run the code above in your browser using DataLab