Learn R Programming

BayesianFROC (version 0.3.0)

DrawCurves_MRMC: Draw the FROC curves for all modalities and readers

Description

Draw the FROC curves and AFROC curves for all specified modalities and readers.

Usage

DrawCurves_MRMC(StanS4class, type = 1)

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().

It can be passed to DrawCurves(), ppp() and ... etc

type

An integer, for the color of background and etc.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
  fit <- fit_Bayesian_FROC(
                           dataList.Chakra.Web.orderd,
                           ite = 1111,
                           summary =FALSE
                           )

               DrawCurves_MRMC(fit)



# 2019.05.21 Revised.

# }
# NOT RUN {
# dottest

# }

Run the code above in your browser using DataLab