Skip to content
Prev 33620 / 398513 Next

[OFF] stepwise using REML???

"Ronaldo Reis Jr." <chrysopa at insecta.ufv.br> writes:
It would be good to quote an example that shows this.  I'm not sure
that this occurs in general.
You would need to be more specific about how the comparisons are made.
I assume that you plan to keep the random effects structure constant
and compare two nested models that differ only in the fixed effects
terms.  I can think of four ways of doing this:

1) Use the F-test obtained by fitting the full model and conditioning
on the estimates of the random effects parameters.  This is what the
anova function applied to an model fit by lme gives.

2) Fit both models and compare the values of the REML criterion in a
likelihood ratio test.

3) Fit both models by REML and compare the values of the
log-likelihood (i.e. the ML criterion) in a likelihood ratio test.
You can obtain that value with logLik(fm, REML=FALSE) if fm is your
fitted model.

4)Fit both models and evaluate the REML criterion for the full model
at the two sets of estimates.  Compare these values in a likelihood
ratio test.

I feel that 1) is appropriate, 2) is inappropriate, 3) may be
appropriate and 4) looks interesting.  4) is based on recent work by
Greg Reinsel.

In some simulations reported in chapter 3 of Pinheiro and Bates (2000)
3) fared badly compared to 1).