Learn R Programming

RJafroc (version 1.3.2)

DfLroc2Roc: Convert an LROC dataset to a ROC dataset

Description

Converts an LROC dataset to an ROC dataset

Usage

DfLroc2Roc(dataset)

Arguments

dataset

The LROC dataset to be converted.

Value

An ROC dataset

Details

For the diseased cases one takes the maximum rating on each diseased case, which could be a LLCl ("true positive" correct localization) or a LLIl ("true positive" incorrect localization) rating, whichever has the higher rating. For non-diseased cases the NL arrays are identical.

Examples

Run this code
# NOT RUN {
str(datasetCadLroc)
rocDataSet <- DfLroc2Roc(datasetCadLroc)
str(rocDataSet)


# }

Run the code above in your browser using DataLab