McmcOptions {crmPack} | R Documentation |
Initialization function for the "McmcOptions" class
Description
Initialization function for the "McmcOptions" class
Usage
McmcOptions(burnin = 10000L, step = 2L, samples = 10000L)
Arguments
burnin |
number of burn-in iterations which are not saved (default:
|
step |
only every step-th iteration is saved after the burn-in
(default: |
samples |
number of resulting samples (by default |
Value
the McmcOptions
object
[Package crmPack version 1.0.6 Index]