powered by
The ragweed data frame has data on ragweed levels and meteorological variables for 335 days in Kalamazoo, Michigan, U.S.A.
ragweed
data(ragweed)
This data frame contains the following columns:
ragweed level (grains per cubic metre).
one of 1991, 1992, 1993 or 1994.
day number in the current ragweed pollen season.
temperature of following day (degrees Fahrenheit).
indicator of significant rain the following day: 1=at least 3 hours of steady or brief but intense rain, 0=otherwise.
wind speed forecast for following day (knots).
Ruppert, D., Wand, M.P. and Carroll, R.J. (2003) Semiparametric Regression Cambridge University Press. http://stat.tamu.edu/~carroll/semiregbook/
# NOT RUN { library(SemiPar) data(ragweed) pairs(ragweed,pch=".") # }
Run the code above in your browser using DataLab