Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparing frequentist and Bayesian models #738

Open
roaldarbol opened this issue Jul 1, 2024 · 0 comments
Open

Comparing frequentist and Bayesian models #738

roaldarbol opened this issue Jul 1, 2024 · 0 comments
Labels
3 investigators ❔❓ Need to look further into this issue

Comments

@roaldarbol
Copy link

roaldarbol commented Jul 1, 2024

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.

@strengejacke strengejacke added the 3 investigators ❔❓ Need to look further into this issue label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 investigators ❔❓ Need to look further into this issue
Projects
None yet
Development

No branches or pull requests

2 participants