Learn R Programming

BayesianFROC (version 0.2.1)

metadata_to_DrawCurve_MRMC: Create metadata for MRMC data

Description

From data of number of hits and false alarms, we calculate the number of cumulative false positives and hits. Since there are three subscripts, reader, modality, and image, we create array format and vector format etc...

Usage

metadata_to_DrawCurve_MRMC(StanS4class, mesh.for.drawing.curve = 5000)

Arguments

StanS4class

An S4 object of class stanfitExtended which is an inherited class from the S4 class stanfit. This R object can be passed to the DrawCurves(), ppp() and ... etc

mesh.for.drawing.curve

A positive large integer, indicating number of dots drawing the curves, default =10000.

Value

A metadata such as number of cumulative false alarms and hits to create and draw the curve.