voters {wru} | R Documentation |
Example voter file.
Description
An example dataset containing voter file information.
Usage
voters
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)
- first
First name
- last
Last name or surname
- 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
data(voters)
[Package wru version 3.0.3 Index]