gam.data {gam} | R Documentation |
A simple simulated dataset, used to test out the gam functions
data(gam.data) data(gam.newdata)
A data frame with 100 observations on the following 6 variables.
This dataset is artificial, and is used to test out some of the features of gam.
data(gam.data) gam(y ~ s(x) + z, data=gam.data)