Learn R Programming

RJafroc (version 1.0.1)

dataset13: dataset13

Description

This is referred to in the code as the "DOB3" dataset. This is a subset of DOB1 which includes data for lesions not-visible on CXR, but visible to truth panel on all modalities.

Usage

dataset13

Arguments

Format

A list with 8 elements:

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

  • LL Ratings array [1:4, 1:5, 1:106, 1:15], of lesion localizations, LLs

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

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

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

  • dataType "FROC", the data type

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

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

References

Dobbins III JT et al. Multi-Institutional Evaluation of Digital Tomosynthesis, Dual-Energy Radiography, and Conventional Chest Radiography for the Detection and Management of Pulmonary Nodules. Radiology. 2016;282(1):236-250.

Examples

Run this code
# NOT RUN {
str(dataset13)


# }

Run the code above in your browser using DataLab