tar_jags_rep_data_batch: Generate a batch of data

View source: R/tar_jags_rep.R

tar_jags_rep_data_batchR Documentation

Generate a batch of data

Description

Not a user-side function. Do not invoke directly.

Usage

tar_jags_rep_data_batch(reps, batch, command)

Arguments

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.

Value

A list of JAGS datasets containing data and dataset IDs.

Examples

tar_jags_rep_data_batch(2, 1, tar_jags_example_data())

wlandau/jagstargets documentation built on April 19, 2024, 8:23 p.m.