You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 rvars become the default for summarise draws (#184 ), will need to be updated.
The text was updated successfully, but these errors were encountered:
I would do draws_of(x, with_chains = TRUE) then use apply()
It's a good question if we should export something - my thinking so far has been to keep that stuff internal unless/until a good internal API for it solidifies from repeated experience, then think about exporting.
Are there simple ways (can be internal functions) to apply a function to each chain of a
draws
orrvar
object?For a
draws
object, I can do: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.The text was updated successfully, but these errors were encountered: