Learn R Programming

OIdata (version 1.0)

ukDemo: United Kingdom Demographic Data

Description

This data set comes from the Guardian's Data Blog and includes five financial demographic variables.

Usage

data(ukDemo)

Arguments

Format

A data frame with 12 observations on the following 6 variables.
region
Region in the United Kingdom
debt
Average regional debt, not including mortgages, in pounds
unemployment
Percent unemployment
house
Average house price, in pounds
pay
Average hourly pay, in pounds
rpi
Retail price index, which is standardized to 100 for the entire UK, and lower index scores correspond to lower prices

Source

The data was described in the Guardian Data Blog: http://www.guardian.co.uk/news/datablog/interactive/2011/oct/27/debt-money-expert-facts Posted: Thursday, October 27, 2011 Retrieved: Tuesday, November 1, 2011

References

Guardian Data Blog

Examples

Run this code
data(ukDemo)
plot(ukDemo$pay, ukDemo$rpi)

Run the code above in your browser using DataLab