Part of modeling is assessing the collinearity of the model. I normally do this with car::vif(fit)
, but after fitting a model in brms
I tried car::vif(brmsfit)
and got the following error
Error: No group-level effects detected. Call method ‘fixef’ to access population-level effects.
How can I asses collinarity with models with in brms
?