Learn R Programming

RJafroc (version 1.0.1)

dataset12: dataset12

Description

This is referred to in the code as the "DOB2" dataset. It contains actionability ratings, i.e., do you recommend further follow up on the patient, one a 1 (definitely not) to 5 (definitely yes), effectively an ROC dataset using a 5-point rating scale.

Usage

dataset12

Arguments

Format

A list with 8 elements:

  • NL Ratings array [1:4, 1:5, 1:152, 1], of false positives, FPs

  • LL Ratings array [1:4, 1:5, 1:88, 1], of true positives, TPs

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

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

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

  • dataType "ROC", the data type

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

  • readerID [1:4] "0" "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(dataset11)


# }

Run the code above in your browser using DataLab