Skip to content
Prev 10797 / 20628 Next

Maximum nAGQ=25?

Ben Bolker <bbolker at ...> writes:
[snip]
OK, Doug Bates has chimed in at 

https://github.com/lme4/lme4/issues/136

to point out that the current implementation of AGHQ is table-driven
(see https://github.com/lme4/lme4/blob/master/R/GHrule.R ); thus,
the decision to limit the number of quadrature points is *not*
arbitrary, and extending it is not just a matter of removing
the test for nAGQ>25.  The table could be extended, or a new implementation
could compute the table on the fly -- but for now this will probably
go back down the priority list a bit unless someone demonstrates
a really pressing need or sends us a pull request ...

  Ben Bolker