palermo {logNormReg} | R Documentation |
Daily time series of some pollutants and meteorological variables in Palermo, 1997-2001
data("palermo")
A data frame with 1826 observations on the following 8 variables.
day
day of month
month
month of year
year
year
so2
Sulfur dioxide
no2
Nitrogen dioxide
pm10
particular matter
temp
tempearture (degrees Celsius)
hum
air humidity (%)
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.
## Not run:
data(palermo)
o<-lognlm(pm10 ~ temp + hum, data=palermo)
## End(Not run)