1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
\name{leuk.dat}
\alias{leuk.dat}
\docType{data}
\title{Leuk Data}
\description{
An exmaple data set for the misclassification fitter in glmRob.
}
\usage{data(leuk.dat)}
\format{
A data frame with 33 observations on the following 3 variables.
\describe{
\item{\code{wbc}}{a numeric vector.}
\item{\code{ag}}{a numeric vector.}
\item{\code{y}}{a numeric vector.}
}
}
\source{
Don't know - if you know please email the package maintainer.
}
\examples{
data(leuk.dat)
}
\keyword{datasets}
|