Learn R Programming

SenSrivastava (version 2015.6.25)

E10.11: Longley's Data

Description

The E10.11 data frame has 16 rows and 7 columns. This is a selection of Longley's multicollinear data (1967).

Usage

data(E10.11)

Arguments

Format

This data frame contains the following columns:

Def

a numeric vector, a price index.

GNP

a numeric vector, gross national product.

Unemp

a numeric vector, unemployment rate.

AF

a numeric vector, employment in the armed forces.

Pop.

a numeric vector, noninstitutional population.

Year

a numeric vector, the year.

Total

a numeric vector, the response, total employment.

Examples

Run this code
data(E10.11)
summary(E10.11)
plot(E10.11)

Run the code above in your browser using DataLab