| ragweed {HRW} | R Documentation |
Ragweed pollen in Kalamazoo, U.S.A.
Description
The ragweed data frame has data on ragweed levels and meteorological variables for 334 days in Kalamazoo, Michigan, U.S.A.
Usage
data(ragweed)
Format
This data frame contains the following columns:
pollenCountragweed pollen count (grains per cubic metre).
yearone of 1991, 1992, 1993 or 1994.
dayInSeasonday number in the current ragweed pollen season.
temperaturetemperature for the corresponding day (degrees Fahrenheit).
temperatureResidualresidual from fitting a 5 effective degrees of freedom smoothing splines to temperature versus day number for each annual ragweed pollen season (degrees Fahrenheit).
rainindicator of significant rain on the corresponding day:
1=at least 3 hours of steady or brief but intense rain,
0=otherwise.windSpeedwind speed for the corresponding day (knots).
Source
Stark, P. C., Ryan, L. M., McDonald, J. L. and Burge, H. A. (1997). Using meteorologic data to model and predict daily ragweed pollen levels. Aerobiologia, 13, 177-184.
References
Ruppert, D., Wand, M.P. and Carroll, R.J. (2003). Semiparametric Regression Cambridge University Press.
Examples
library(HRW) ; data(ragweed)
pairs(ragweed,pch = ".")