ohio_sf: Ohio lung cancer mortality data, reshaped for spatiotemporal...

ohio_dfR Documentation

Ohio lung cancer mortality data, reshaped for spatiotemporal examples

Description

A derived version of geodaData::ohio_lung, reshaped into county-year and county geometry formats for package examples and vignettes.

Usage

ohio_df

ohio_sf

Format

ohio_df: A county-year data frame with columns:

county

County name.

year

Observation year.

cases

Observed lung cancer deaths.

pop

Population at risk.

pct_male

Proportion of the population that is male.

ohio_sf: An sf object with columns:

county

County name.

geometry

County polygon geometry.

Source

Derived from geodaData::ohio_lung, originally distributed in the CRAN package geodaData under CC0. The original dataset is based on the GeoDa Center Ohio lung cancer mortality dataset.

Examples

data(ohio_df)
head(ohio_df)
data(ohio_sf)
head(ohio_sf)

sdmTMB documentation built on July 4, 2026, 1:06 a.m.