nysptime {bmstdr} | R Documentation |
Daily 8-hour maximum ozone concentration values and three covariates from 28 sites in New York for the 62 days during the months of July and August, 2006.
nysptime
An object of class data.frame
with 1736 rows and 12 columns.
It is the same as the NYdata set in the spTimer package, Bakar and Sahu (2015), with two added columns providing the UTM X- and Y- coordinates. Each data row is for a particular site and a day as detailed below.
@format A data frame with 1736 rows and 12 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
This is 2006 for all the rows
Month taking values 7 for July and 8 for August
Day taking values 1 to 31
Daily 8-hour maximum ozone concentration value
Maximum temperature (degree Celsius)
wind speed (nautical mile per hour)
Relative humidity
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(nysptime) summary(nysptime[, 9:12])