Draw_an_area_of_AUC_for_srsc: Draw a Region of the area under the AFROC curve

Description Usage Arguments Value Examples

View source: R/Draw_an_area_of_AUC_for_srsc.R

Description

Draw a Region of the area under the AFROC curve

Usage

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

Value

None

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 ## Not run: 

 fit <- fit_Bayesian_FROC(dataList.Chakra.1)

 Draw_an_area_of_AUC_for_srsc(fit)




## End(Not run)# dottest

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