-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Are there simple ways (can be internal functions) to apply a function to each chain of a draws
or rvar
object?
For a draws
object, I can do:
example_draws() |>
extract_variable_matrix("mu") |>
apply(MARGIN = 2, FUN = ess_bulk)
But the equivalent for an rvar
is not immediately clear to me.
This is related to the automatic thinning via ess, which uses this method but if rvar
s become the default for summarise draws (#184 ), will need to be updated.
Metadata
Metadata
Assignees
Labels
No labels