ex0823: Wine Consumption and Heart Disease

Description Usage Format Source References Examples

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

1

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)

Source

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

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

1

Example output

'data.frame':	18 obs. of  3 variables:
 $ Country  : chr  "Norway" "Scotland" "England" "Ireland" ...
 $ Wine     : num  2.8 3.2 3.2 3.4 4.3 4.9 5.1 5.2 5.9 5.9 ...
 $ Mortality: num  6.2 9 7.1 6.8 10.2 7.8 9.3 5.9 8.9 5.5 ...

Sleuth3 documentation built on May 2, 2019, 6:41 a.m.