tar_jags_rep_run | R Documentation |
Not a user-side function. Do not invoke directly.
tar_jags_rep_run(
jags_lines,
jags_name,
jags_file,
parameters.to.save,
data,
variables = NULL,
summaries = NULL,
summary_args = NULL,
transform = NULL,
reps,
output,
n.cluster = n.cluster,
n.chains = n.chains,
n.iter = n.iter,
n.burnin = n.burnin,
n.thin = n.thin,
jags.module = jags.module,
inits = inits,
RNGname = RNGname,
stdout = stdout,
stderr = stderr,
progress.bar = progress.bar,
refresh = refresh
)
jags_lines |
Character vector of lines from a JAGS file. |
jags_name |
Friendly suffix of the jags model target. |
jags_file |
Original path to the input jags file. |
parameters.to.save |
Model parameters to save, passed to
|
data |
A list, the original JAGS dataset. |
variables |
Character vector of model parameter names. The output posterior summaries are restricted to these variables. |
summaries |
List of summary functions passed to |
summary_args |
List of summary function arguments passed to
|
transform |
Symbol or |
output |
Character of length 1 denoting the type of output |
n.cluster |
Number of parallel processes, passed to
|
n.chains |
Number of MCMC chains, passed to
|
n.iter |
Number if iterations (including warmup), passed to
|
n.burnin |
Number of warmup iterations, passed to
|
n.thin |
Thinning interval, passed to
|
jags.module |
Character vector of JAGS modules to load, passed to
|
inits |
Initial values of model parameters, passed to
|
RNGname |
Choice of random number generator, passed to
|
stdout |
Character of length 1, file path to write the stdout stream
of the model when it runs. Set to |
stderr |
Character of length 1, file path to write the stderr stream
of the model when it runs. Set to |
progress.bar |
Type of progress bar, passed to
|
refresh |
Frequency for refreshing the progress bar, passed to
|
A data frame of posterior summaries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.