Learn R Programming

BayesianFROC (version 1.0.0)

draw_ROC_Curve_from_fitted_model: Title

Description

Title

Usage

draw_ROC_Curve_from_fitted_model(StanS4class, plot_empirical_curves = FALSE)

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

plot_empirical_curves

A logical, if it is true, then the empirical curve is drawn in the same plane.