Learn R Programming

SenSrivastava (version 2015.6.25)

E8.12: Data on Lung Cancer Deaths and Cigarette Smoking

Description

The E8.12 data frame has 11 rows and 3 columns.

Usage

data(E8.12)

Arguments

Format

This data frame contains the following columns:

Country

a character vector, the country.

y

a numeric vector, male deaths in 1950 for lung cancer, per million.

x

a numeric vector, per capita cigarette consumption in 1930.

Examples

Run this code
data(E8.12)
summary(E8.12)

Run the code above in your browser using DataLab