File: reg.Rd

package info (click to toggle)
r-cran-eco 3.1-7-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 672 kB
  • ctags: 163
  • sloc: ansic: 4,183; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\name{reg}

\docType{data}

\alias{reg}

\title{Voter Registration in US Southern States} 

\description{
  This data set contains the racial composition, the registration rate,
  the number of eligible voters as well as the actual observed racial
  registration rates for every county in four US southern states:
  Florida, Louisiana, North Carolina, and South Carolina.
}

\usage{data(reg)}

\format{A data frame containing 5 variables and 275 observations 
 \tabular{lll}{
    X \tab numeric \tab the fraction of Black voters \cr
    Y \tab numeric \tab the fraction of voters who registered themselves\cr
    N \tab numeric \tab the total number of voters in each county \cr
    W1 \tab numeric \tab the actual fraction of Black voters who
    registered themselves \cr
    W2 \tab numeric \tab the actual fraction of White voters who registered themselves 
  }
}
\references{King, G. (1997). \dQuote{A Solution to the Ecological
    Inference Problem: Reconstructing Individual Behavior from Aggregate
    Data}. Princeton University Press, Princeton, NJ.
}

\keyword{datasets}