E2.4 {SenSrivastava} | R Documentation |
International Car Ownership Data
Description
The E2.4
data frame has 24 rows and 8 columns, all data
are for 1978.
Usage
data(E2.4)
Format
This data frame contains the following columns:
- Country
-
a character vector, name of each country.
- AO
-
a numeric vector, cars per person.
- POP
-
a numeric vector, population of country in millions.
- DEN
-
a numeric vector, population density.
- GDP
-
a numeric vector, per capita income in U.S. dollars.
- PR
-
a numeric vector, gasoline price in U.S. cents per liter.
- CON
-
a numeric vector, Tonnes of gasoline consumed per car per year.
- TR
-
a numeric vector, thousands of passenger-kilometers per person of bus and rail use.
Details
Develop a model with AO
as the response variable.
Source
OECD (1982)
Examples
data(E2.4)
summary(E2.4)
[Package SenSrivastava version 2015.6.25.1 Index]