Learn R Programming

RJafroc (version 1.0.1)

dataset14: dataset14

Description

This is referred to in the book as the "FZR" dataset. It is a real ROC study, conducted on the same images and using the same radiologists, on modalities "4" and "5" of dataset04. This was compared to highest rating inferred ROC data from dataset04 to conclude, erroneously, that the highest rating assumption is invalid. See book Section 13.6.2.

Usage

dataset14

Arguments

Format

A list with 8 elements:

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

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

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

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

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

  • dataType "ROC", the data type

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

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

References

Zanca F, Hillis SL, Claus F, et al (2012) Correlation of free-response and receiver-operating-characteristic area-under-the-curve estimates: Results from independently conducted FROC/ROC studies in mammography. Med Phys. 39(10):5917-5929.

Examples

Run this code
# NOT RUN {
str(dataset14)


# }

Run the code above in your browser using DataLab