Vuong test for non-nested linear mixed-effect regession model (lme4) in R, using the nonest2 library
I would like to compare a pair of non-nested models that I fit using lme4 in R.
I would like to apply the Vuong test (1989) for that.
It seems like the nonnest2 package is the only one that supports models from lme4. However, it seems like there’s an issue – either with dependencies or my models. I can’t quite figure it out.