Skip to content
Prev 10792 / 20628 Next

Maximum nAGQ=25?

On Thu, Sep 26, 2013 at 04:23:47PM +0000, Ben Bolker wrote:
If the limit is hard-coded to 25, it will be hard to discover if using
suppose if the results had not stabilized by 25 that would be an
indication.

OTOH, 25 is a lot of quadrature points.

One problem I've encountered with high number of quadrature
points--not in lmer, but I think it's a general issue--is that as the
number of quadrature points goes up the extreme x values go up, and
numerical problems are more likely.  Usually one can compensate by
coding the likelihood defensively.

Ross Boylan