|
48 | 48 |
|
49 | 49 | #' Midwest demographics
|
50 | 50 | #'
|
51 |
| -#' Demographic information of midwest counties |
| 51 | +#' Demographic information of midwest counties from 2000 US census |
| 52 | +#' |
| 53 | +#' Note: this dataset is included for illustrative purposes. The original |
| 54 | +#' descriptions were not documented and the current descriptions here are based |
| 55 | +#' on speculation. For more accurate and up-to-date US census data, see the |
| 56 | +#' [`acs` package](https://cran.r-project.org/package=acs). |
52 | 57 | #'
|
53 | 58 | #' @format A data frame with 437 rows and 28 variables:
|
54 | 59 | #' \describe{
|
55 |
| -#' \item{PID}{} |
56 |
| -#' \item{county}{} |
57 |
| -#' \item{state}{} |
58 |
| -#' \item{area}{} |
59 |
| -#' \item{poptotal}{Total population} |
60 |
| -#' \item{popdensity}{Population density} |
| 60 | +#' \item{PID}{Unique county identifier.} |
| 61 | +#' \item{county}{County name.} |
| 62 | +#' \item{state}{State to which county belongs to.} |
| 63 | +#' \item{area}{Area of county (units unknown).} |
| 64 | +#' \item{poptotal}{Total population.} |
| 65 | +#' \item{popdensity}{Population density (person/unit area).} |
61 | 66 | #' \item{popwhite}{Number of whites.}
|
62 | 67 | #' \item{popblack}{Number of blacks.}
|
63 | 68 | #' \item{popamerindian}{Number of American Indians.}
|
|
69 | 74 | #' \item{percasian}{Percent Asian.}
|
70 | 75 | #' \item{percother}{Percent other races.}
|
71 | 76 | #' \item{popadults}{Number of adults.}
|
72 |
| -#' \item{perchsd}{} |
| 77 | +#' \item{perchsd}{Percent with high school diploma.} |
73 | 78 | #' \item{percollege}{Percent college educated.}
|
74 |
| -#' \item{percprof}{Percent profession.} |
75 |
| -#' \item{poppovertyknown}{} |
76 |
| -#' \item{percpovertyknown}{} |
77 |
| -#' \item{percbelowpoverty}{} |
78 |
| -#' \item{percchildbelowpovert}{} |
79 |
| -#' \item{percadultpoverty}{} |
80 |
| -#' \item{percelderlypoverty}{} |
81 |
| -#' \item{inmetro}{In a metro area.} |
82 |
| -#' \item{category}{} |
| 79 | +#' \item{percprof}{Percent with professional degree.} |
| 80 | +#' \item{poppovertyknown}{Population with known poverty status.} |
| 81 | +#' \item{percpovertyknown}{Percent of population with known poverty status.} |
| 82 | +#' \item{percbelowpoverty}{Percent of people below poverty line.} |
| 83 | +#' \item{percchildbelowpovert}{Percent of children below poverty line.} |
| 84 | +#' \item{percadultpoverty}{Percent of adults below poverty line.} |
| 85 | +#' \item{percelderlypoverty}{Percent of elderly below poverty line.} |
| 86 | +#' \item{inmetro}{County considered in a metro area.} |
| 87 | +#' \item{category}{Miscellaneous.} |
83 | 88 | #' }
|
84 | 89 | #'
|
85 | 90 | "midwest"
|
|
0 commit comments