JAGS_check_and_list {BayesTools} | R Documentation |
Check and list 'JAGS' fitting settings
Description
Checks and lists settings for the JAGS_fit function.
Usage
JAGS_check_and_list_fit_settings(
chains,
adapt,
burnin,
sample,
thin,
autofit,
parallel,
cores,
silent,
seed,
check_mins = list(chains = 1, adapt = 50, burnin = 50, sample = 100, thin = 1),
call = ""
)
JAGS_check_and_list_autofit_settings(
autofit_control,
skip_sample_extend = FALSE,
call = ""
)
Arguments
chains |
number of chains to be run, defaults to |
adapt |
number of samples used for adapting the MCMC chains, defaults to |
burnin |
number of burnin iterations of the MCMC chains, defaults to |
sample |
number of sampling iterations of the MCMC chains, defaults to |
thin |
thinning interval for the MCMC samples, defaults to |
autofit |
whether the models should be refitted until convergence criteria
specified in |
parallel |
whether the chains should be run in parallel |
cores |
number of cores used for multithreading if |
silent |
whether the function should proceed silently, defaults to |
seed |
seed for random number generation |
check_mins |
named list of minimal values for which should some input be checked. Defaults to:
|
call |
string to be placed as a prefix to the error call. |
autofit_control |
a list of arguments controlling the autofit function. Possible options are:
|
skip_sample_extend |
whether |
Value
JAGS_check_and_list_fit_settings
invisibly returns a
list of checked fit settings. JAGS_check_and_list_autofit_settings
invisibly returns a list of checked autofit settings.
parameter names.