examples/McmcOptions-class-McmcOptions.R

# Set up MCMC option in order to have a burn-in of 10000 iterations and
# then take every other iteration up to a collection of 10000 samples.
McmcOptions(burnin = 10000, step = 2, samples = 10000)
Roche/crmPack documentation built on Sept. 26, 2024, 3:07 a.m.