Learn R Programming

RJafroc (version 1.0.1)

UtilLesionDistribution: Lesion distribution matrix

Description

Extracts the lesion distribution matrix for a dataset.

Usage

UtilLesionDistribution(dataset)

Arguments

dataset

The supplied dataset

Value

The lesion distribution matrix

Details

The lesion distribution matrix has Lmax rows and two columns. The first column contains the integers 1, 2, ..., Lmax and the second column contains the fraction of diseased cases with the number of lesions per case specified in the first column.

Examples

Run this code
# NOT RUN {
UtilLesionDistribution (dataset01) # FROC data
UtilLesionDistribution (dataset02) # ROC data
UtilLesionDistribution (datasetCadLroc) # LROC data

# }

Run the code above in your browser using DataLab