Learn R Programming

RJafroc (version 1.0.1)

dataset06: dataset06

Description

This is referred to in the book as the "MAG" dataset (after Magnus Bath, who conducted the JAFROC analysis). It consists of 100 cases, 69 of which are diseased, interpreted in two modalities ("1" = conventional chest, "1" = chest tomosynthesis) by four radiologists using the FROC paradigm.

Usage

dataset06

Arguments

Format

A list with 8 elements:

  • NL Ratings array [1:2, 1:4, 1:89, 1:17], of non-lesion localizations, NLs

  • LL Ratings array [1:2, 1:4, 1:42, 1:15], of lesion localizations, LLs

  • lesionNum array [1:42], number of lesions per diseased case

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

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

  • dataType "FROC", the data type

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

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

References

Vikgren J et al. Comparison of Chest Tomosynthesis and Chest Radiography for Detection of Pulmonary Nodules: Human Observer Study of Clinical Cases. Radiology. 2008;249(3):1034-1041.

Examples

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


# }

Run the code above in your browser using DataLab