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
I think you changed the structure of the brmsfit object, but forgot to change it in one place in add_criterion. You used to store it in x$loo etc. Now, it is x$criteria$loo.
I think you changed the structure of the brmsfit object, but forgot to change it in one place in add_criterion. You used to store it in
x$loo
etc. Now, it isx$criteria$loo
.But this line still checks
x$loo
.brms/R/loo.R
Line 508 in 70265e8
I guess it should be
The text was updated successfully, but these errors were encountered: