Learn R Programming

RJafroc (version 1.0.1)

dataset08: dataset08

Description

This is referred to in the book as the "PEN" dataset. It consists of 112 cases, 64 of which are diseased, interpreted in five modalities (basically different image compression algorithms) by five radiologists using the FROC paradigm (the inferred ROC dataset is included; the original FROC data is lost).

Usage

dataset08

Arguments

Format

A list with 8 elements:

  • NL Ratings array [1:5, 1:5, 1:112, 1], of false positives, FPs

  • LL Ratings array [1:5, 1:5, 1:64, 1], of true positives, TPs

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

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

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

  • dataType "ROC", the data type

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

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

References

Penedo et al. Free-Response Receiver Operating Characteristic Evaluation of Lossy JPEG2000 and Object-based Set Partitioning in Hierarchical Trees Compression of Digitized Mammograms. Radiology. 2005;237(2):450-457.

Examples

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


# }

Run the code above in your browser using DataLab