-
-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Labels
3 investigators ❔❓Need to look further into this issueNeed to look further into this issue
Description
Is it possible to compare a Bayesian and frequentist model in a meaningful way? I tried compare_performance()
for comparing the same model specified with brm
and glmmTMB
, but the error suggests to me that it might not be possible (or meaningful). Error is:
> performance::compare_performance(
+ mod_ratio_state,
+ bayes_ratio_state)
Error in loo::stacking_weights(lpd_point) :
At least two models are required for stacking weights.
(I'm trying to make a case for using Variance Ratio over ICC, and am trying to pre-empt questions about the model fits).
Might relate to #716.
Metadata
Metadata
Assignees
Labels
3 investigators ❔❓Need to look further into this issueNeed to look further into this issue