Last data update: 2014.03.03

R: Voter turnout data in Greater...
DubVoterR Documentation

Voter turnout data in Greater Dublin(SpatialPolygonsDataFrame)

Description

Voter turnout and social characters data in Greater Dublin for the 2002 General election and the 2002 census. Note that this data set was originally thought to relate to 2004, so for continuity we have retained the associated variable names.

Usage

data(DubVoter)

Format

A SpatialPolygonsDataFrame with 322 electoral divisions on the following 11 variables.

DED_ID

a vector of ID

X

a numeric vector of x coordinates

Y

a numeric vector of y coordinates

DiffAdd

percentage of the population in each ED who are one-year migrants (i.e. moved to a different address 1 year ago)

LARent

percentage of the population in each ED who are local authority renters

SC1

percentage of the population in each ED who are social class one (high social class)

Unempl

percentage of the population in each ED who are unemployed

LowEduc

percentage of the population in each ED who are with little formal education

Age18_24

percentage of the population in each ED who are age group 18-24

Age25_44

percentage of the population in each ED who are age group 25-44

Age45_64

percentage of the population in each ED who are age group 45-64

GenEl2004

percentage of population in each ED who voted in 2004 election

Details

Variables are from DubVoter.shp.

References

Kavanagh A (2006) Turnout or turned off? Electoral participation in Dublin in the early 21st Century. Journal of Irish Urban Studies 3(2):1-24

Harris P, Brunsdon C, Charlton M (2011) Geographically weighted principal components analysis. International Journal of Geographical Information Science 25 (10):1717-1736

Examples


data(DubVoter)
ls()
## Not run: 
spplot(Dub.voter,names(Dub.voter)[4:12])

## End(Not run)

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(GWmodel)
Loading required package: maptools
Loading required package: sp
Checking rgeos availability: TRUE
Loading required package: robustbase
Welcome to GWmodel version 1.2-5.
 Note: The default kernel for all the functions have been set as bisquare from this release
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/GWmodel/DubVoter.rd_%03d_medium.png", width=480, height=480)
> ### Name: DubVoter
> ### Title: Voter turnout data in Greater Dublin(SpatialPolygonsDataFrame)
> ### Aliases: DubVoter Dub.voter
> ### Keywords: datasets
> 
> ### ** Examples
> 
> 
> data(DubVoter)
> ls()
[1] "Dub.voter"
> ## Not run: 
> ##D spplot(Dub.voter,names(Dub.voter)[4:12])
> ## End(Not run)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>