Learn R Programming

SemiPar (version 1.0-4.2)

salinity: Salinity data

Description

The salinity data frame has 28 observations on hydrological measurements from Pamlico Sound, North Carolina, USA.

Usage

data(salinity)

Arguments

Format

This data frame contains the following columns:

salinity

salinity in Pamlico Sound.

lagged.salinity

salinity in Pamlico Sound during the previous six weeks.

trend

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

discharge of fresh water from rivers into the sound.

References

Ruppert, D., Wand, M.P. and Carroll, R.J. (2003) Semiparametric Regression Cambridge University Press. http//stat.tamu.edu/~carroll/semiregbook/

Examples

Run this code
# NOT RUN {
library(SemiPar)
data(salinity)
pairs(salinity)
# }

Run the code above in your browser using DataLab