case0902 | R Documentation |
The data are the average values of brain weight, body weight, gestation lengths (length of pregnancy) and litter size for 96 species of mammals.
case0902
A data frame with 96 observations on the following 5 variables.
Species
species
Brain
average brain weight (in grams)
Body
average body weight (in kilograms)
Gestation
gestation period (in days)
Litter
average litter size
Ramsey, F.L. and Schafer, D.W. (2002). The Statistical Sleuth: A Course in Methods of Data Analysis (2nd ed), Duxbury.
case0902
str(case0902)
pairs(log(Brain)~log(Body)+log(Litter)+Gestation, case0902)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.