Learn R Programming

SemiPar (version 1.0-4.2)

scallop: Scallop abundance data

Description

The scallop data frame has 148 triplets concerning scallop abundance; based on a 1990 survey cruise in the Atlantic continental shelf off Long Island, New York, U.S.A.

Usage

data(scallop)

Arguments

Format

This data frame contains the following columns:

latitude

degrees latitude (north of the Equator).

longitude

degrees longitude (west of Greenwich).

tot.catch

size of scallop catch at location specified by "latitude" and "longitude".

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(scallop)
pairs(scallop)
# }

Run the code above in your browser using DataLab