nyspatial {bmstdr} | R Documentation |
Average ozone concentration values and three covariates from 28 sites in New York.
nyspatial
An object of class data.frame
with 28 rows and 9 columns.
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:
site index (1 to 28)
Longitude of the site
Latitude of the site
UTM X-coordinate of the site
UTM Y-coordinate of the site
Average ozone concentration value (ppb) at the site over 62 days in July and August, 2006
Average maximum temperature (degree Celsius) at the site over 62 days in July and August, 2006
Average wind speed (nautical mile per hour) over 62 days in July and August, 2006
Average relative humidity over 62 days in July and August, 2006
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.
head(nyspatial) summary(nyspatial) pairs(nyspatial[, 6:9])