File: pathology.Rd

package info (click to toggle)
r-cran-modeldata 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,592 kB
  • sloc: sh: 13; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (3)
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}