ex2016: Bumpus Natural Selection Data

ex2016R Documentation

Bumpus Natural Selection Data

Description

Hermon Bumpus analysed various characteristics of some house sparrows that were found on the ground after a severe winter storm in 1898. Some of the sparrows survived and some perished. This data set contains the survival status, age, the length from tip of beak to tip of tail (in mm), the alar extent (length from tip to tip of the extended wings, in mm), the weight in grams, the length of the head in mm, the length of the humerus (arm bone, in inches), the length of the femur (thigh bones, in inches), the length of the tibio–tarsus (leg bone, in inches), the breadth of the skull in inches and the length of the sternum in inches.

Usage

ex2016

Format

A data frame with 87 observations on the following 11 variables.

Status

Survival status, factor with levels "Perished" and "Survived"

AG

a numerical code corresponding to two categories of age, with 1 = "adult" and 2 = "juvenile"

TL

total length (in mm)

AE

alar extent (in mm)

WT

weight (in grams)

BH

length of beak and head (in mm)

HL

length of humerus (in inches)

FL

length of femur (in inches)

TT

length of tibio–tarsus (in inches)

SK

width of skull (in inches)

KL

length of keel of sternum (in inches)

Source

Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.

See Also

ex0221

Examples

str(ex2016)

Sleuth3 documentation built on Jan. 25, 2024, 3:01 p.m.