Learn R Programming

SenSrivastava (version 0.1-14)

E4.7: Data on Per-Capita Income and Life Expectancy

Description

The E4.7 data frame has 101 rows and 3 columns.

Usage

data(E4.7)

Arguments

concept

  • Data on Per-Capita Income and Life Expectancy
  • regression

source

From the New York Times (September, 28, 1975, p E-3).

Examples

Run this code
data(E4.7)
attach(E4.7)
plot(INC, LIFE)
plot(log(INC), LIFE)
detach()

Run the code above in your browser using DataLab