Skip to content
Prev 13881 / 20628 Next

Likelihood Ratio Test for non-nested mixed-effect-model comparison

The Vuong test <https://en.wikipedia.org/wiki/Vuong's_closeness_test>
provides a likelihood-based framework for distinguishing between
non-nested models.  I'm not immediately aware of an implementation that
works with mixed models in R, but you could look around (library("sos");
findFn("vuong") and screen the results for applicability ...)

  As a crude alternative you could do something parametric bootstrap-y
by simulating from each fitted model, fitting each realization with both
fitted models, and comparing the goodness of fit distributions (that's
intentionally vague, I haven't thought about it very much ...)

  Ben Bolker
On 15-10-23 11:40 AM, Francesco Sigona wrote: