sbcc: SBC

Description Usage Arguments Value Author(s) Examples

Description

Priors should guarante suitable conditions such that the ...

Usage

1
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

????

Author(s)

Some Stan developer, I am not sure,..., who?

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## 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
)
 
## End(Not run)# dontrun

BayesianFROC documentation built on Jan. 23, 2022, 9:06 a.m.