Skip to content

AIC / BIC vs P-Values in lmer

1 message · Chris Mcowen

#
I am using lmer?

Thanks

Chris
On 5 Aug 2010, at 14:16, Manuel Morales wrote:
REML does not apply for glmer fits:

Details:

    The ?lmer? and ?glmer? functions are nearly interchangeable.  If
    ?lmer? is called with a non-default ?family? argument the call is
    replaced by a call to ?glmer? with the current arguments.  If
    ?glmer? is called with the default ?family?, namely the ?gaussian?
    family with the identity link, then the call is replaced by a call
    to ?lmer? with the current arguments.  (They are described as
    ?nearly? interchangeable because the ?REML? argument only applies
    to calls to ?lmer? and the ?nAGQ? argument only applies to calls
    to ?glmer?.)
On Thu, 2010-08-05 at 14:04 +0100, Chris Mcowen wrote: