File: redistrict.Rd

package info (click to toggle)
r-cran-eipack 0.2-2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 476 kB
  • sloc: ansic: 1,155; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (3)
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
\name{redistrict}
\alias{redistrict}

\title{Redistricting Monte-Carlo data}

\description{ Precinct-level observations for a hypothetical jurisdiction 
with four proposed districts.  
}

\usage{data(redistrict)}

\format{A table containing 150 observations and 9 variables:  
\describe{
\item{precinct}{precinct identifier}
\item{district}{proposed district number}
\item{avg.age}{average age}
\item{per.own}{percent homeowners}
\item{black}{number of black voting age persons}
\item{white}{number of white voting age persons}
\item{hispanic}{number of hispanic voting age persons}
\item{total}{total number of voting age persons}
\item{dem}{Number of votes for the Democratic candidate}
\item{rep}{Number of votes for the Republican candidate}
\item{no.vote}{Number of non voters}
}}

\source{Daniel James Greiner}

\keyword{datasets}