Skip to content
Prev 280731 / 398503 Next

Stepwise in lme

Pablo <pschatfield <at> gmail.com> writes:
[snip]
As with most mixed model questions, you might be better off re-posting
this to the r-sig-mixed-models at r-project.org mailing list ...

  I suspect you won't do much better than stepAIC.  I suspect that
the "false convergence" problem you're running into is not a function
of stepAIC itself, but that one of the sub-models you're trying to run
hits a false-convergence problem in lme itself -- that is, it won't
matter what your stepwise framework looks like, you'll still have to
run that model.

  You could also try the dredge() function in the MuMIn package (I'm
not sure about the capitalization -- maybe MuMin?)

   Ben Bolker