Learn R Programming

BayesianFROC (version 1.0.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_to_be_passed_into_plot = "p",
  title = TRUE,
  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().

To be passed to DrawCurves() ... etc

type_to_be_passed_into_plot

"l" or "p".

title

Logical: TRUE of FALSE. If TRUE (default), then title of curves are drawn.

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)



     Close_all_graphic_devices() # 2020 August

# }
# NOT RUN {
# dottest

# }

Run the code above in your browser using DataLab