Learn R Programming

BayesianFROC (version 1.0.0)

sbcc: SBC

Description

Priors should guarante suitable conditions such that the ...

Usage

sbcc(stanmodel, data, M, iter, refresh)

Arguments

stanmodel

see ?sbc

data

To specify priors.

M

The number of samples for rank statistics

iter

MCMC iterations

refresh

????

Value

????

Examples

Run this code
# NOT RUN {
stanModel <- stan_model_of_sbc()

Simulation_Based_Calibration_single_reader_single_modality_via_rstan_sbc(
  ite = 233,
  M = 11,
  epsilon = 0.04,
  stanModel = stanModel
)
 
# }
# NOT RUN {
# dontrun


# }

Run the code above in your browser using DataLab