Learn R Programming

BayesianFROC (version 0.2.1)

DrawCurves_MRMC: Draw the FROC curves for all modalities and readers

Description

Draw the FROC curves and AFROC curves for all modalities and readers, if many modalities and readers exists, then so very confused plots will be drawn.

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 can be passed to the 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