Last data update: 2014.03.03

R: United Kingdom Demographic Data
ukDemoR Documentation

United Kingdom Demographic Data

Description

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

Usage

data(ukDemo)

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

data(ukDemo)
plot(ukDemo$pay, ukDemo$rpi)

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(OIdata)
Loading required package: RCurl
Loading required package: bitops
Loading required package: maps

 # maps v3.1: updated 'world': all lakes moved to separate new #
 # 'lakes' database. Type '?world' or 'news(package="maps")'.  #


> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/OIdata/ukDemo.Rd_%03d_medium.png", width=480, height=480)
> ### Name: ukDemo
> ### Title: United Kingdom Demographic Data
> ### Aliases: ukDemo
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(ukDemo)
> plot(ukDemo$pay, ukDemo$rpi)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>