Skip to content
Prev 121 / 20628 Next

factor elimination for lmer models

On 3/20/07, Austin Frank <austin.frank at gmail.com> wrote:

            
Not that I know of.
I didn't go through the documentation for Varcov, which is part of a
large file related to transcan, in detail but it appears on simple
examples that Varcov produces the same result as vcov and there is a
vcov method for the lmer class.
It depends on what fastbw does.  That name seems to imply that it will
create the results from refitting a model omitting certain terms in
the model specification and it will do so without needing to refit.  I
don't think that would be possible for lmer models because when you
omit a term in the fixed-effects specification you will change the
estimates of the variance components.  The results from the vcov
method are conditional on the values of the variance components.