dataset07 {RJafroc} | R Documentation |
Lucy Warren FROC dataset
Description
This is referred to in the book as the "OPT" dataset (for OptiMam). It consists of 162 cases, 81 of which are diseased, interpreted in five treatments (see reference, basically different ways of acquiring the images) by seven radiologists using the FROC paradigm.
Usage
dataset07
Format
A list with 3 elements: $ratings
, $lesions
and $descriptions
; $ratings
contain 3 elements, $NL
, $LL
and $LL_IL
as sub-lists; $lesions
contain 3 elements, $perCase
, $IDs
and $weights
as sub-lists; $descriptions
contain 7 elements, $fileName
, $type
, $name
,
$truthTableStr
, $design
, $modalityID
and $readerID
as sub-lists;
rating$NL
, num [1:5, 1:7, 1:162, 1:4], ratings of non-lesion localizations, NLsrating$LL
, num [1:5, 1:7, 1:81, 1:3], ratings of lesion localizations, LLsrating$LL_IL
NA, this placeholder is used only for LROC datalesions$perCase
, int [1:81], number of lesions per diseased caselesions$IDs
, num [1:81, 1:3], numeric labels of lesions on diseased caseslesions$weights
, num [1:81, 1:3], weights (or clinical importances) of lesionsdescriptions$fileName
, chr, "dataset07", base name of dataset in 'data' folderdescriptions$type
, chr "FROC", the data typedescriptions$name
, chr "LUCY-WARREN", the name of the datasetdescriptions$truthTableStr
, num [1:5, 1:7, 1:162, 1:4], truth table structuredescriptions$design
, chr "FCTRL", study design, factorial datasetdescriptions$modalityID
, [1:5] "1" "2" "3" "4" ..., treatment labelsdescriptions$readerID
, chr [1:7] "1" "2" "3" "4" ..., reader labels
References
Warren LM, Mackenzie A, Cooke J, et al. Effect of image quality on calcification detection in digital mammography. Medical Physics. 2012;39(6):3202-3213.
Examples
str(dataset07)
PlotEmpiricalOperatingCharacteristics(dataset = dataset07, opChType = "wAFROC")$Plot