Learn R Programming

PASWR (version 1.0)

Cars2004EU: 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

Arguments

source

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

Examples

Run this code
attach(Cars2004EU)
plot(cars,deaths)
detach(Cars2004EU)

Run the code above in your browser using DataLab