Learn R Programming

BayesianFROC (version 1.0.0)

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 is a fitted model object as a return value of the function fit_Bayesian_FROC().

To be passed to DrawCurves() ... 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.