Description Usage Arguments Value
Extracts the posterior draws excluding warmup. Formats the results into a tidy tibble.
1 | extract_tidy(f, ..., with_div = FALSE, with_max_tree = FALSE)
|
f |
An object of class |
... |
The names of the parameters to be extracted. If empty, all the parameters are extracted. |
with_div |
Should divergence information be included? Defaults to
|
with_max_tree |
Should max treedepth information be included?
Defaults to |
A tibble with d+3
columns where d
is the maximum dimensionality
of the extracted parameters.
s
The index of the draw.
d1:dn
The dimensions of the parameters. NA
if the parameter is of lower dimension.
par
The name of the parameter, factor.
val
The value of the parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.