Open athowes opened 2 months ago
From @seabbs:
tidybayes
.epred
distributional parametersI think in terms of a standard interface then the last (wasteful) workflow seems like a good thing to support as it will work for all families regardless of what has or hasn't been implemented. Once that is there we can circle back and think about 2/or pushing for it to get better ecosystem support.
The
tidybayes
package viabrms
has functionality to get the expected prediction.epred
.What we might also like to do is to get the expected prediction variance. This is implemented in
add_mean_sd
but perhaps there is a more native way to do it.