A subset of Animals data frame from the MASS library. It contains the average body and brain measurements of five primates.
This data frame contains the following columns:
a numeric vector consisting of the body weights (in kg) of five different primates
a numeric vector consisting of the corresponding brain weights (in g)
Source
P. J. Rousseeuw and A. M. Leroy (1987) Robust Regression and Outlier Detection. Wiley, p. 57.
Use the following R code to directly access this dataset in R.