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
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/pathology.R
\docType{data}
\name{pathology}
\alias{pathology}
\title{Liver pathology data}
\source{
Altman, D.G., Bland, J.M. (1994) ``Diagnostic tests 1:
sensitivity and specificity,'' \emph{British Medical Journal},
vol 308, 1552.
}
\value{
\item{pathology}{a data frame}
}
\description{
Liver pathology data
}
\details{
These data have the results of a \emph{x}-ray examination
to determine whether liver is abnormal or not (in the \code{scan}
column) versus the more extensive pathology results that
approximate the truth (in \code{pathology}).
}
\examples{
data(pathology)
str(pathology)
}
\keyword{datasets}
|