File: ar_stl_asthma.R

package info (click to toggle)
r-cran-areal 0.1.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,624 kB
  • sloc: sh: 13; xml: 2; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 921 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
#' Asthma in St. Louis by Census Tract, 2017
#'
#' @description A simple features data set containing the geometry and asthma estimates
#'     from the Centers for Disease Control for St. Louis.
#'
#' @docType data
#'
#' @usage data(ar_stl_asthma)
#'
#' @format A data frame with 106 rows and 24 variables:
#' \describe{
#'   \item{GEOID}{full GEOID string}
#'   \item{STATEFP}{state FIPS code}
#'   \item{COUNTYFP}{county FIPS code}
#'   \item{TRACTCE}{tract FIPS code}
#'   \item{NAMELSAD}{tract name}
#'   \item{ALAND}{area of tract land, square meters}
#'   \item{AWATER}{area of tract water, square meters}
#'   \item{ASTHMA}{percent of residents with current asthma diagnosis, estimated}
#'   \item{geometry}{simple features geometry}
#'   }
#'
#' @source Centers for Disease Control's 500 Cities Data
#'
#' @examples
#' str(ar_stl_asthma)
#' head(ar_stl_asthma)
#' summary(ar_stl_asthma$ASTHMA)
#'
"ar_stl_asthma"