Learn R Programming

RJafroc (version 1.0.1)

dataset03: dataset03

Description

This is referred to in the book as the "FR" dataset. It consists of 100 cases, 69 of which are diseased, interpreted in two modalities, "0" = conventional film radiographs, "1" = digitized images viewed on monitors, by four radiologists using the ROC paradigm. Often referred to in the ROC literature as the Franken-dataset, which, along the the Van Dyke dataset, has been widely used to illustrate advances in ROC methodology.

Usage

dataset03

Arguments

Format

A list with 8 elements:

  • NL Ratings array [1:2, 1:4, 1:100, 1], of false positives, FPs

  • LL Ratings array [1:2, 1:4, 1:67, 1], of true positives, TPs

  • lesionNum array [1:67], number of lesions per diseased case, all set to 1

  • lesionID array [1:67, 1], labels of lesions on diseased cases, all set to 1

  • lesionWeight array [1:67, 1], weights (or clinical importance) of lesions, all set to 1

  • dataType "ROC", the data type

  • modalityID [1:2] "0" "1", modality labels

  • readerID [1:4] "0" "1" "2" ..., reader labels

References

Franken EA, et al. Evaluation of a Digital Workstation for Interpreting Neonatal Examinations: A Receiver Operating Characteristic Study. Investigative Radiology. 1992;27(9):732-737.

Examples

Run this code
# NOT RUN {
str(dataset03)
PlotEmpiricalOperatingCharacteristics(dataset = dataset03)$Plot


# }

Run the code above in your browser using DataLab