Learn R Programming

Sleuth2 (version 2.0-7)

ex0221: Bumpus's Data on Natural Selection (Weight)

Description

As evidence in support of natural selection, Bumpus presented measurements on house sparrows brought to the Anatomical Laboratory of Brown University after an uncommonly severe winter storm. Some of these birds had survived and some had perished. Bumpus asked whether those that perished did so because they lacked physical characteristics enabling them to withstand the intensity of that particular instance of selective elimination. The data are on the the weights, in grams, for the 24 adult male sparrows that perished and for the 35 adult males that survived.

Usage

ex0221

Arguments

Format

A data frame with 59 observations on the following 2 variables.

Weight

weight of adult male sparrows (in grams)

Status

factor variable indicating whether the sparrow perished or survived in a winter storm

See Also

case0201, ex2016

Examples

Run this code
str(ex0221)

Run the code above in your browser using DataLab