Learn R Programming

gpk (version 1.0)

Mammals: Birth weight and brain size of mammals

Description

Generally larger the animal larger is its brain size. But some species may be exceptional. The question of interest is 'does birth weight predict brain size?' (Data are averages for different mammal species). If there are any exceptional cases, find out which species they are.

Usage

data(Mammals)

Arguments

Format

A data frame with 99 observations on the following 2 variables.
Birth_Weight
Birth weight
Adult_Brain_Weight
Adult Brain weight

Source

http://ces.iisc.ernet.in/hpg/nvjoshi/statspunedatabook/databook.html

Details

Regression model with a pre-cursor of transformation may be effective for this data set.