Learn R Programming

BayesianFROC (version 0.3.0)

summary_AUC_comparison_MRMC_without_crayon: Print summary for AUC comparisons for MRMC without color

Description

It prints the results of AUC comparison for MRMC data.

Usage

summary_AUC_comparison_MRMC_without_crayon(
  StanS4class,
  significantLevel = 0.8,
  dig = 3
)

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().

It can be passed to DrawCurves(), ppp() and ... etc

significantLevel

This is a number between 0 and 1. The results are shown if posterior probabilities are greater than this quantity.

dig

A variable to be passed to the function rstan::sampling() of rstan in which it is named ...??. A positive integer representing the Significant digits, used in stan Cancellation. Default = 5,