| palermo {logNormReg} | R Documentation |
Air quality in Palermo (Italy), 1997-2001
Description
Daily time series of some pollutants and meteorological variables in Palermo, 1997-2001
Usage
data("palermo")
Format
A data frame with 1826 observations on the following 8 variables.
dayday of month
monthmonth of year
yearyear
so2Sulfur dioxide
no2Nitrogen dioxide
pm10particular matter
temptempearture (degrees Celsius)
humair humidity (%)
Details
Data refer to air pollution, temperature and humidity registered in Palermo, (Sicily, Italy) in 1997-2001. Data are averages from eight monitoring stations in the city.
Examples
## Not run:
data(palermo)
o<-lognlm(pm10 ~ temp + hum, data=palermo)
## End(Not run)
[Package logNormReg version 0.5-0 Index]