tar_jags_rep_data_batch | R Documentation |
Not a user-side function. Do not invoke directly.
tar_jags_rep_data_batch(reps, batch, command)
reps |
Positive integer of length 1, number of reps to run. |
batch |
Positive integer of length 1, index of the current batch. |
command |
R code to run to generate one dataset. |
A list of JAGS datasets containing data and dataset IDs.
tar_jags_rep_data_batch(2, 1, tar_jags_example_data())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.