Learn R Programming

modeldata (version 0.1.0)

pathology: Liver pathology data

Description

Liver pathology data

Arguments

Value

pathology

a data frame

Details

These data have the results of a x-ray examination to determine whether liver is abnormal or not (in the scan column) versus the more extensive pathology results that approximate the truth (in pathology).

Examples

Run this code
# NOT RUN {
data(pathology)
str(pathology)
# }

Run the code above in your browser using DataLab