mcmc.control {clinDR} | R Documentation |
Settings for restan
execution in function fitEmaxB
Description
Set MCMC controls. Also control spread of initial parameter values.
Usage
mcmc.control(chains = 1, thin = 1,
warmup = 1000, iter = 3333* thin+warmup,
propInit = 0.50, seed = 12357, adapt_delta = 0.9)
Arguments
chains |
Number of chains |
thin |
Number of discarded sampled parameter values. |
warmup |
See |
iter |
See |
propInit |
Initial values for |
seed |
Seed passed to |
adapt_delta |
See |
Note
Some defaults were changed with version>=2.0. For earlier versions, warmup = 500, iter = 5000* thin, and adapt_delta=0.8
[Package clinDR version 2.4.1 Index]