Revision e71c994d653adbe4d49f0fed4cb9d80ae22d8ce1 authored by Roger Koenker on 24 June 2012, 00:00:00 UTC, committed by Gabor Csardi on 24 June 2012, 00:00:00 UTC
1 parent ff94aa3
Raw File
CobarOre.Rd
\name{CobarOre}
\alias{CobarOre}
\docType{data}
\title{ Cobar Ore data }
\description{
Cobar Ore data from Green and Silverman (1994). 
The data consists of measurements on the "true width"
of an ore-bearing rock layer from a mine in Cobar, Australia.
}
\usage{data(CobarOre)}
\format{
  A data frame with 38 observations on the following 3 variables.
  \describe{
    \item{x}{x-coordinate of location of mine site}
    \item{y}{y-coordinate of location of mine site}
    \item{z}{ore thickness}
  }
}
\source{
Green, P.J. and B.W. Silverman (1994) Nonparametric Regression Generalized Linear Models:
A roughness penalty approach, Chapman Hall.
}
\examples{
data(CobarOre)
plot(CobarOre)
}
\keyword{datasets}
back to top