View source: R/set_model_specifications.R
Specify how the model should be run and document your thinking in log book (WorkingDirectory/Tables/run_info).
1 2 3 4 5 6 7 8 9 | set_model_specifications(
run_name,
notes,
n_chains = 4,
n_iter = 5e+05,
n_burnin = 250000,
n_thin = 100,
parallel = F
)
|
run_name |
(character) run identifier. keep it short and informative. |
notes |
(character) note to be stored in log book |
n_chains |
(numeric) the number of chains |
n_iter |
(numeric) the number of iterations excluding burnin |
n_burnin |
(numeric) the number of iterations to discard as burnin |
n_thin |
(numeric) the thinning period |
parallel |
(logical) use parallel = T for parallel chains |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.