tar_stan_output | R Documentation |
Not a user-side function. Do not invoke directly.
tar_stan_output(
fit,
output_type,
summaries,
summary_args,
transform,
variables,
inc_warmup,
data,
data_copy,
seed
)
fit |
A Stan fit object. |
output_type |
Type of output to create, either |
summaries |
Optional list of summary functions passed to |
summary_args |
Optional list of summary function arguments passed to
|
transform |
Symbol or |
variables |
(character vector) The variables to include. |
inc_warmup |
Logical, whether to include the warmup draws. |
data |
List, Stan dataset. |
data_copy |
Character vector of names of scalars in |
seed |
Integer vector, random number generator seed used to run Stan. |
A data frame of user-friendly Stan output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.