Learn R Programming

Sleuth3 (version 1.0-3)

ex0823: Wine Consumption and Heart Disease

Description

The data are the average wine consumption rates (in liters per person per year) and number of ischemic heart disease deaths (per 1000 men aged 55 to 64 years) for 18 industrialized countries.

Usage

data(ex0823)

Arguments

Format

A data frame with 18 observations on the following 3 variables.

Country

a character vector indicating the country

Wine

consumption of wine (liters per person per year)

Mortality

heart disease mortality rate (deaths per 1,000)

References

St. Leger A.S., Cochrane, A.L. and Moore, F. (1979). Factors Associated with Cardiac Mortality in Developed Countries with Particular Reference to the Consumption of Wine, Lancet: 1017--1020.

Examples

Run this code
# NOT RUN {
str(ex0823)
# }

Run the code above in your browser using DataLab