Learn R Programming

RJafroc (version 0.1.1)

FigureOfMerit: Calculate figure of merit

Description

Caclulate the figure of merit (an objective measure of observer performance) for each treatment-reader combination.

Usage

FigureOfMerit(dataset, fom = "wJAFROC")

Arguments

dataset
The dataset to be analyzed, see RJafroc-package.
fom
The figure of merit to be used in the calculation. The default is "wJAFROC". See "Details".

Value

An c(I, J) array, where the row names are the IDs of the treatments and column names are the IDs of the readers.

Details

Allowed figures of merit are: (1) "Wilcoxon" for ROC data; (2) "JAFROC1", "JAFROC", "wJAFROC1", "wJAFROC" (the default), "HrAuc", "SongA1", "SongA2"** , "HrSe", "HrSp", "MaxLLF", "MaxNLF", "MaxNLFAllCases", "ExpTrnsfmSp", for free-response data and (3) "ROI" for ROI data. The JAFROC FOMs are described in the paper by Chakraborty and Berbaum. The Song FOMs are described in the paper by Song et al. The "MaxLLF", "MaxNLF" and "MaxNLFAllCases" FOMs correspond to ordinate, abscissa and abscissa, respectively, of the highest point on the FROC operating characteristic obtained by counting all the LL marks on diseased, all NL marks on non-diseased cases, and all NL marks on all cases, respectively). The "ExpTrnsfmSp" FOM is described in the paper by Popescu. The "ROI" FOM is described in the paper by Obuchowski et al.

** The Song A2 figure of merit is computationally very intensive.

References

Chakraborty, D. P., & Berbaum, K. S. (2004). Observer studies involving detection and localization: modeling, analysis, and validation. Medical Physics, 31(8), 1-18.

Song T, Bandos AI, Rockette HE, Gur D (2008) On comparing methods for discriminating between actually negative and actually positive subjects with FROC type data. Medical Physics 35: 1547-1558.

Popescu, L. M. (2011). Nonparametric signal detectability evaluation using an exponential transformation of the FROC curve. Medical Physics, 38(10), 5690.

Obuchowski, N. A., Lieber, M. L., & Powell, K. A. (2000). Data Analysis for Detection and Localization of Multiple Abnormalities with Application to Mammography. Academic Radiology, 553-554.

Examples

Run this code
FigureOfMerit(dataset = rocData, fom = "Wilcoxon")

FigureOfMerit(dataset = frocData)

Run the code above in your browser using DataLab