tar_jags_df | R Documentation |
R2jags
output.Not a user-side function. Do not call directly. Exported for infrastructure reasons only.
tar_jags_df(
fit,
data,
output = c("draws", "summary", "dic"),
variables = NULL,
summaries = NULL,
summary_args = NULL,
transform = NULL
)
fit |
|
data |
A list, the original JAGS dataset. |
output |
Character of length 1 denoting the type of output |
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 |
A data frame of R2jags
output. Depends on the output
argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.