Learn R Programming

RJafroc (version 1.0.1)

dataset07: dataset07

Description

This is referred to in the book as the "OPT" dataset (for OptiMam). It consists of 162 cases, 81 of which are diseased, interpreted in five modalities (see reference, basically different ways of acquiring the images) by seven radiologists using the FROC paradigm.

Usage

dataset07

Arguments

Format

A list with 8 elements:

  • NL Ratings array [1:5, 1:7, 1:162, 1:4], of non-lesion localizations, NLs

  • LL Ratings array [1:5, 1:7, 1:81, 1:3], of lesion localizations, LLs

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

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

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

  • dataType "FROC", the data type

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

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

References

Warren LM, Mackenzie A, Cooke J, et al. Effect of image quality on calcification detection in digital mammography. Medical Physics. 2012;39(6):3202-3213.

Examples

Run this code
# NOT RUN {
str(dataset07)
PlotEmpiricalOperatingCharacteristics(dataset = dataset07, opChType = "wAFROC")$Plot


# }

Run the code above in your browser using DataLab