Learn R Programming

RJafroc (version 1.0.1)

dataset02: dataset02

Description

This is referred to in the book as the "VD" dataset. It consists of 114 cases, 45 of which are diseased, interpreted in two modalities ("0" = single spin echo MRI, "1" = cine-MRI) by five radiologists using the ROC paradigm. Each diseased cases had an aortic dissection; the ROC paradigm generates one rating per case. Often referred to in the ROC literature as the Van Dyke dataset, which, along with the Franken dataset, has been widely used to illustrate advances in ROC methodology. The example below displays the ROC plot for the first modality and first reader.

Usage

dataset02

Arguments

Format

A list with 8 elements:

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

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

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

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

  • lesionWeight array [1:45, 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:5] "0" "1" "2" ..., reader labels

References

Van Dyke CW, et al. Cine MRI in the diagnosis of thoracic aortic dissection. 79th RSNA Meetings. 1993.

Examples

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



# }

Run the code above in your browser using DataLab