nyspatial {bmstdr}R Documentation

Average ozone concentration values and three covariates from 28 sites in New York.

Description

Average ozone concentration values and three covariates from 28 sites in New York.

Usage

nyspatial

Format

An object of class data.frame with 28 rows and 9 columns.

Source

See the NYdata set in spTimer package, Bakar and Sahu (2015). Each data row is the mean of the available daily 8-hour maximum average ozone concentrations in parts per billion (ppb) at each of the 28 sites. The daily values are for the months of July and August in 2006. @format A data frame with 28 rows and 9 columns:

s.index

site index (1 to 28)

Longitude

Longitude of the site

Latitude

Latitude of the site

utmx

UTM X-coordinate of the site

utmy

UTM Y-coordinate of the site

yo3

Average ozone concentration value (ppb) at the site over 62 days in July and August, 2006

xmaxtemp

Average maximum temperature (degree Celsius) at the site over 62 days in July and August, 2006

xwdsp

Average wind speed (nautical mile per hour) over 62 days in July and August, 2006

xrh

Average relative humidity over 62 days in July and August, 2006

References

Bakar KS, Sahu SK (2015). “spTimer: Spatio-Temporal Bayesian Modeling Using R.” Journal of Statistical Software, Articles, 63(15), 1–32. ISSN 1548-7660, doi:10.18637/jss.v063.i15, https://www.jstatsoft.org/v063/i15.

Examples

 head(nyspatial)
 summary(nyspatial)
 pairs(nyspatial[, 6:9])

[Package bmstdr version 0.7.9 Index]