Description Usage Arguments Value
View source: R/McmcOptions-class.R
Note that the argument samples
is included for convenience only -
you can specify it instead of iterations
.
1 2 3 4 5 6 | McmcOptions(
iterations = as.integer(burnin + (step * samples)),
burnin = 10000L,
step = 10L,
samples = 10000L
)
|
iterations |
number of MCMC iterations (default: |
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 |
the freshly built object of class McmcOptions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.