DrawCurves_MRMC: Draw the FROC curves for all modalities and readers

Description Usage Arguments Examples

View source: R/DrawCurves.R

Description

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

Usage

1
2
3
4
5
6
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
  fit <- fit_Bayesian_FROC(
                           dataList.Chakra.Web.orderd,
                           ite = 1111,
                           summary =FALSE
                           )

               DrawCurves_MRMC(fit)



     Close_all_graphic_devices() # 2020 August


## End(Not run)# dottest

BayesianFROC documentation built on Jan. 23, 2022, 9:06 a.m.