Last data update: 2014.03.03

R: Cars in the European Union (2004)
Cars2004EUR Documentation

Cars in the European Union (2004)

Description

The numbers of cars per 1000 inhabitants (cars), the total number of known mortal accidents (deaths), and the country population/1000 (population) for the 25 member countries of the European Union for the year 2004

Usage

Cars2004EU

Format

A data frame with 25 observations on the following 4 variables:

country

a factor with levels Austria, Belgium, Cyprus, Czech Republic, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Ireland, Italy, Latvia, Lithuania, Luxembourg, Malta, Netherlands, Poland, Portugal, Slovakia, Slovenia, Spain, Sweden, and United Kingdom

cars

numbers of cars per 1000 inhabitants

deaths

total number of known mortal accidents

population

country population/1000

Source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

plot(deaths~cars, data = Cars2004EU)

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(PASWR)
Loading required package: e1071
Loading required package: MASS
Loading required package: lattice
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/PASWR/Cars2004EU.Rd_%03d_medium.png", width=480, height=480)
> ### Name: Cars2004EU
> ### Title: Cars in the European Union (2004)
> ### Aliases: Cars2004EU
> ### Keywords: datasets
> 
> ### ** Examples
> 
> plot(deaths~cars, data = Cars2004EU)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>