Learn R Programming

Sleuth2 (version 1.0-3)

case0902: Why Do Some Mammals Have Large Brains for Their Size?

Description

The data are the average values of brain weight, body weight, gestation lengths (length of pregnancy) and litter size for 96 species of mammals.

Usage

case0902

Arguments

source

Ramsey, F.L. and Schafer, D.W. (2002). The Statistical Sleuth: A Course in Methods of Data Analysis (2nd ed), Duxbury.

See Also

case0902

Examples

Run this code
str(case0902)
pairs(log(Brain)~log(Body)+log(Litter)+Gestation, case0902)

Run the code above in your browser using DataLab