Replies: 3 comments 1 reply
-
Could you share a reproducible example? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm closing this in favor of an issue: easystats/insight#997 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am experiencing some behaviour that I think is unexpected, but perhaps I am missing something.
I fit some models in
brms
and save them. Later I read them back in and calldescribe_posterior()
, mostly because I want to report 99% CIs which is not the default calculated inbrms
.This is the code:
The part that is unexpected to me is that this seems to trigger recompiling and resampling the model.
Which really slows it all down.
It's fairly easy to side step this, given all I want that's not already in the model results I saved is the 99% CIs and maybe some of the probability of direction, but I just expected this call to
describe_posterior()
to be virtually "free" computationally.As far as I know, I'm not trying to calculate bayes factors or anything where you'd need prior draws, which is the only thing I can think of that's not already drawn and saved in the model.
Any thoughts or insight would be welcome.
Beta Was this translation helpful? Give feedback.
All reactions