File: midwest.rd

package info (click to toggle)
r-cran-ggplot2 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,084 kB
  • sloc: makefile: 3
file content (43 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download
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
34
35
36
37
38
39
40
41
42
43
\name{Midwest demographics}
\docType{data}
\alias{midwest}
\title{Demographic information of midwest counties}
\description{

The variables are as follows:

\itemize{
 \item PID
 \item county
 \item state
 \item area
 \item poptotal.  Total population
 \item popdensity. Population density
 \item popwhite.  Number of whites.
 \item popblack.  Number of blacks.
 \item popamerindian.  Number of American Indians.
 \item popasian.  Number of Asians.
 \item popother.  Number of other races.
 \item percwhite.  Percent white.
 \item percblack.  Percent black.
 \item percamerindan.  Percent American Indian.
 \item percasian. Percent Asian.
 \item percother. Percent other races.
 \item popadults.  Number of adults.
 \item perchsd.  
 \item percollege.  Percent college educated.
 \item percprof.  Percent profession.
 \item poppovertyknown. 
 \item percpovertyknown
 \item percbelowpoverty
 \item percchildbelowpovert
 \item percadultpoverty
 \item percelderlypoverty
 \item inmetro.  In a metro area.
 \item category'
}
}

\usage{data(midwest)}
\format{A data frame with 437 rows and 28 variables}
\keyword{datasets}