Learn R Programming

wru (version 0.1-11)

voters: Example voter file.

Description

An example dataset containing voter file information.

Usage

voters

Arguments

Format

A data frame with 10 rows and 12 variables:

VoterID

Voter identifier (numeric)

surname

Surname

state

State of residence

CD

Congressional district

county

Census county (three-digit code)

tract

Census tract (six-digit code)

block

Census block (four-digit code)

precinct

Voting precinct

place

Voting place

age

Age in years

sex

0=male, 1=female

party

Party registration (character)

PID

Party registration (numeric)

#'

Examples

Run this code
# NOT RUN {
data(voters)
# }

Run the code above in your browser using DataLab