tar_jags_run | R Documentation |
Not a user-side function. Do not invoke directly.
tar_jags_run(
jags_lines,
parameters.to.save,
data,
inits,
n.cluster,
n.chains,
n.iter,
n.burnin,
n.thin,
jags.module,
RNGname,
jags.seed,
stdout,
stderr,
progress.bar,
refresh
)
jags_lines |
Character vector of lines from a JAGS model file. |
parameters.to.save |
Model parameters to save, passed to
|
inits |
Initial values of model parameters, passed to
|
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
|
RNGname |
Choice of random number generator, passed to
|
jags.seed |
Seeds to apply to JAGS, 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
|
An R2jags
output object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.