powered by
Converts an LROC dataset to a ROC dataset
DfLroc2Roc(dataset)
The LROC dataset to be converted.
An ROC dataset
The conversion is effected by taking the maximum rating on each diseased case, which could be a TPCl or a TPIl, whichever has the higher rating.
# NOT RUN { dataset <- DfReadLrocDataFile() str(dataset) rocDataSet <- DfLroc2Roc(dataset) str(rocDataSet) # }
Run the code above in your browser using DataLab