Last data update: 2014.03.03

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

Data on Per-Capita Income and Life Expectancy

Description

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

Usage

data(E4.7)

Format

This data frame contains the following columns:

Country

a character vector, containing names of the countries.

LIFE

a numeric vector, life expectancy, years. Early 1970's.

INC

a numeric vector, per capita income in 1974 dollars. Early 1970's.

Source

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

Examples

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

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(SenSrivastava)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/SenSrivastava/E4.7.Rd_%03d_medium.png", width=480, height=480)
> ### Name: E4.7
> ### Title: Data on Per-Capita Income and Life Expectancy
> ### Aliases: E4.7
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(E4.7)
> attach(E4.7)
> plot(INC, LIFE)
> plot(log(INC), LIFE)
> detach()
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>