Learn R Programming

RJafroc (version 1.3.2)

datasetROI: Simulated ROI dataset

Description

Simulated ROI dataset: assumed are 4 ROIs per case, 5 readers, 50 non-dieased and 40 diseased cases.

Usage

datasetROI

Arguments

Format

A list with 9 elements:

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

  • LL Ratings array [1:2, 1:5, 1:40, 1:4], of lesion localizations, LLs

  • lesionVector array [1:40], number of lesions per diseased case, varies between 1 and 4

  • lesionID array [1:40, 1:4], labels of lesions on diseased cases

  • lesionWeight array [1:40, 1:4] weights (or clinical importance) of lesions, set to 1 divided by number of lesions in the case

  • dataType "ROI", the data type

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

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

Examples

Run this code
# NOT RUN {
str(datasetROI)


# }

Run the code above in your browser using DataLab