Learn R Programming

RJafroc (version 1.3.2)

datasetBinned124: Binned dataset suitable for checking FitCorCbmRoc; seed = 124

Description

A binned dataset suitable for analysis by FitCorCbmRoc. It was generated by DfCreateCorCbmDataset by setting the seed variable to 124. Otherwise similar to datasetBinned123.

Usage

datasetBinned124

Arguments

Format

A list with 8 elements:

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

  • LL Ratings array [1, 1:2, 1:5000, 1], of lesion localizations, LLs

  • lesionVector array [1:5000], number of lesions per diseased case, all set to one

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

  • lesionWeight array [1:5000, 1], weights, all set to one

  • dataType "ROC", the data type

  • modalityID "1", treatment label

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

References

Zhai X, Chakraborty DP (2017). A bivariate contaminated binormal model for robust fitting of proper ROC curves to a pair of correlated, possibly degenerate, ROC datasets. Medical Physics. 44(6):2207--2222.

Examples

Run this code
# NOT RUN {
str(datasetBinned124)

# }

Run the code above in your browser using DataLab