powered by
The salinity data frame has 28 observations on hydrological measurements from Pamlico Sound, North Carolina, USA.
salinity
data(salinity)
This data frame contains the following columns:
salinity in Pamlico Sound.
salinity in Pamlico Sound during the previous six weeks.
trend=1 if the data is the first six-week period of the spring, and so forth. Used to detect possible effects of the seasonal warming trend.
discharge of fresh water from rivers into the sound.
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(salinity) pairs(salinity) # }
Run the code above in your browser using DataLab