Learn R Programming

RJafroc (version 1.0.1)

dataset10: dataset10

Description

This is referred to in the book as the "RUS" dataset. It consists of 90 cases, 40 of which are diseased, the images were acquired at three dose levels, which can be regarded as modalities. "0" = conventional film radiographs, "1" = digitized images viewed on monitors, Eight radiologists interpreted the cases using the FROC paradigm. These have been reduced to ROC data by using the highest ratings (the original FROC data is lost).

Usage

dataset10

Arguments

Format

A list with 8 elements:

  • NL Ratings array [1:3, 1:8, 1:90, 1], of false positives, FPs

  • LL Ratings array [1:3, 1:8, 1:40, 1], of true positives, TPs

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

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

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

  • dataType "ROC", the data type

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

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

References

Ruschin M, et al. Dose dependence of mass and microcalcification detection in digital mammography: free response human observer studies. Med Phys. 2007;34:400 - 407.

Examples

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


# }

Run the code above in your browser using DataLab