ohio_lung: Ohio Lung Cancer Mortality (1960s-80s).

Description Usage Format Details Source Examples

Description

Ohio lung cancer data for 1968, 1978 and 1988.

Usage

1

Format

An sf data frame with 88 rows, 42 variables, and a geometry column:

county_id

Sequential county ID (alphabetic order)

name

County name

fipsno

Fips code as numeric

lg_ryy

Lung cancer cases for gender G (M or F) and race R (W or B) in year yy (1968, 1978, 1988)

popg_ryy

Population at risk for gender G (M or F) and race R (W or B) in year yy (1968, 1978, 1988)

l_gyy

Total male and female lung cancer cases for each year

pop_gyy

Total population at risk by gender

geometry

POLYGON

Details

Sf object, units in m. EPSG 32617: WGS 84 / UTM Zone 17N.

Source

https://geodacenter.github.io/data-and-lab/ohiolung/

Examples

1
2
3
4
5
6
if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(ohio_lung)

  plot(ohio_lung["FIPSNO"])
}

geodaData documentation built on July 2, 2020, 1:33 a.m.