powered by
The fossil data frame has 106 observations on fossil shells.
fossil
data(fossil)
This data frame contains the following columns:
age in millions of years
ratios of strontium isotopes
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(fossil) attach(fossil) plot(age,strontium.ratio) # }
Run the code above in your browser using DataLab