Learn R Programming

asbio (version 1.9-7)

case0902: Dataset of mammal traits from Ramsey and Schaefer (1997)

Description

These data were used by Ramsey and Schaefer (1997) to demonstrate multiple regression. The dataset was originally collected by Sacher and Stafeldt (1974) and provided (for varying sample sizes) average values of brain weight, body weight, gestation period and litter size for 96 placental mammal species.

Usage

data("case0902")

Arguments

Format

A data frame with 96 observations on the following 5 variables.

Xs

A factor defining common names for mammal species under examination.

Y

Brain weight (in grams).

Xb

Body weight (in kilograms).

Xg

Gestation period length (in days).

Xl

Litter size.

References

Sacher, G. A., and Staffeldt, E. F. (1974). Relation of gestation time to brain weight for placental mammals: implications for the theory of vertebrate growth. The American Naturalist, 108(963), 593-615.

Examples

Run this code
data(case0902)

Run the code above in your browser using DataLab