powered by
The E4.7 data frame has 101 rows and 3 columns.
E4.7
data(E4.7)
This data frame contains the following columns:
a character vector, containing names of the countries.
a numeric vector, life expectancy, years. Early 1970's.
a numeric vector, per capita income in 1974 dollars. Early 1970's.
data(E4.7) attach(E4.7) plot(INC, LIFE) plot(log(INC), LIFE) detach()
Run the code above in your browser using DataLab