Learn R Programming

BayesianFROC (version 1.0.0)

summarize_MRMC: Summarize the estimates for MRMC case

Description

Summarize the estimates for MRMC case

Usage

summarize_MRMC(StanS4class, 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().

To be passed to DrawCurves() ... etc

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,

Value

Nothing

Examples

Run this code
# NOT RUN {
   fit <- fit_Bayesian_FROC(
           dataList.Chakra.Web.orderd,
           ite = 1111,
           summary =FALSE
           )

   summarize_MRMC(fit)


# }
# NOT RUN {
# dottest
# }

Run the code above in your browser using DataLab