Hi Pros,
I know leaps() computes the best subset selection for linear model, and
the bestglm() computes the best subset selection for generalized linear
model. Is there any package for best subset selection on random effects
model, or mixed effects model?
Thank you so much.
--
View this message in context: http://r.789695.n4.nabble.com/Any-package-for-best-subset-selection-on-random-effects-model-tp4382771p4382771.html
Sent from the R help mailing list archive at Nabble.com.
Any package for best subset selection on random effects model?
2 messages · zbleach, Ben Bolker
zbleach <zt020200 <at> gmail.com> writes:
Hi Pros,
I know leaps() computes the best subset selection for linear model, and
the bestglm() computes the best subset selection for generalized linear
model. Is there any package for best subset selection on random effects
model, or mixed effects model?
glmmLasso on CRAN ; possibly try the MuMIn package (specifically the dredge command). You might have better luck with this question on the r-sig-mixed-models at r-project.org list. Ben Bolker