Skip to content
Prev 2797 / 20628 Next

Help with glmer {lme4} function: how to return F or t statistics instead of z statistics?

Raldo Kruger wrote:
The "t statistic" and the "Z statistic" are the same (coefficient
divided by [the estimate of] its standard error) ... the difference is
whether you test the null hypothesis with dnorm or dt ...
see the other answer in this thread.
Try increasing it until the answers don't change much.  I have often
found that nAGQ=5 is sufficient, but if you've got noisy data and fairly
wide confidence intervals even the difference between Laplace and GHQ
may be swamped by the noise in your data.
Laplace/AGQ are probably *better* than GLMM/PQL in any case -- it's
just "acceptable" to use GLMM/PQL (and makes some things easier --
GLMM/PQL is much more flexible, faster, etc.) in the means>5 case.