Learn R Programming

RSADBE (version 1.0)

MDR: Male Death Rates

Description

The problem is to understand the effect of the average amount of tobacco smoked and the cause of death on the male death rates per 1000.

Usage

data(MDR)

Arguments

Format

A data frame with 15 observations on the following 5 variables.
X
Death Causes
G0
No smoking
G14
Between 1-14 grams
G24
Between 15-24 grams
G25
More than 25 grams

Source

http://dspace.library.cornell.edu/bitstream/1813/78/2/A-B-C_of_EDA_040127.pdf

References

Velleman, Paul F., and David C. Hoaglin. Applications, basics, and computing of exploratory data analysis. Vol. 142. Boston: Duxbury Press, 1981.

Examples

Run this code
data(MDR)
boxplot(MDR)

Run the code above in your browser using DataLab