View source: R/McmcOptions-class.R
McmcOptions | R Documentation |
Initialization function for the "McmcOptions" class
McmcOptions(burnin = 10000L, step = 2L, samples = 10000L)
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 McmcOptions
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.