View source: R/lemur.control.R
lemur.control | R Documentation |
Construct a control object used by lemur.pack functions
lemur.control(
nchains = 1,
nsteps = 1000,
burnin = 100,
thin = 1,
a = 1,
b = 1,
...
)
nchains |
number of chains to construct |
nsteps |
number of steps to take in each chain (excluding burnin) |
burnin |
number of steps to take during burn-in |
thin |
thinning interval; rounded to nearest integer |
a |
fix later |
b |
fix later |
... |
other arguments, typically used for prior hyperparameters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.