get_jags_data {mcp} | R Documentation |
Adds helper variables for use in run_jags
Description
Returns the relevant data columns as a list and add elements with unique varying group levels.
Usage
get_jags_data(data, ST, jags_code, sample)
Arguments
data |
A tibble |
ST |
A segment table (tibble), returned by |
jags_code |
A string. JAGS model, usually returned by |
sample |
One of
|
[Package mcp version 0.3.4 Index]