Skip to contents

Run baseline et retourne un mcmc.list fusionne (samples + samples2)

Usage

run_baseline_coda(
  build_fn,
  niter,
  nburnin = floor(0.25 * niter),
  thin = 1L,
  monitors = NULL,
  nchains = 1L,
  drop_loglik = FALSE,
  opts = samOptiPro_options()
)