Learn R Programming

RJafroc (version 1.3.2)

dataset05: John Thompson FROC dataset

Description

This is referred to in the book as the "JT" dataset. It consists of 92 cases, 47 of which are diseased, interpreted in two treatments ("1" = CT images acquired for attenuation correction, "2" = diagnostic CT images), by nine radiographers using the FROC paradigm. Each case was a slice of an anthropomorphic phantom 47 with inserted nodular lesions (max 3 per slice). The maximum number of NLs per case, over the entire dataset was 7.

Usage

dataset05

Arguments

Format

A list with 8 elements:

  • NL Ratings array [1:2, 1:9, 1:92, 1:7], of non-lesion localizations, NLs

  • LL Ratings array [1:2, 1:9, 1:47, 1:3, of lesion localizations, LLs

  • lesionVector array [1:47], number of lesions per diseased case

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

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

  • dataType "FROC", the data type

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

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

References

Thompson JD et al. Effect of reconstruction methods and x-ray tube current-time product on nodule detection in an anthropomorphic thorax phantom: a crossed-treatment JAFROC observer study. Medical Physics. 2016;43(3):1265-1274.

Examples

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


# }

Run the code above in your browser using DataLab