set_model_specifications: Specify how the model should be run and document your...

Description Usage Arguments

View source: R/set_model_specifications.R

Description

Specify how the model should be run and document your thinking in log book (WorkingDirectory/Tables/run_info).

Usage

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
)

Arguments

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


jBernardADFG/ChenaSalchaSR documentation built on Nov. 20, 2020, 10:37 p.m.