Learn R Programming

VGAMdata (version 1.1-12)

bd.us: Births and Deaths of 348 Notable Americans

Description

A 12 x 12 table of the Births and Deaths of 348 Notable Americans. The rows and columns are for each month.

Usage

data(bd.us)

Arguments

Format

The format is: chr "bd.us"

Details

Rows denote the month of birth; columns for the month of death. These data appear as Table 1 of Phillips and Feldman (1973), who collected the data from Morris (1965). Not all of the 400 people were used because some had not died by that time and other individuals lacked the information.

See Also

rcim.

Examples

Run this code
print(bd.us)
sum(bd.us)
rowSums(bd.us)
colSums(bd.us)

Run the code above in your browser using DataLab