Learn R Programming

BayesianFROC (version 1.0.0)

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

Description

Draw a Region of the area under the AFROC curve

Usage

Draw_an_area_of_AUC_for_srsc(StanS4class)

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

Run this code
# NOT RUN {
 
# }
# NOT RUN {
 fit <- fit_Bayesian_FROC(dataList.Chakra.1)

 Draw_an_area_of_AUC_for_srsc(fit)



# }
# NOT RUN {
# dottest
# }

Run the code above in your browser using DataLab