Skip to content
Prev 17608 / 20628 Next

What does that mean?

More generally (mostly lme4 maintainers will care about this): I
suspect that the PIRLS warning is most often thrown when an NaN occurs
within the computations done in C++ code for *any* reason (predictions
outside of the domain of the link function, complete separation, weirdly
misspecified models, etc.). Figuring out how to better flag these at the
point(s) of origin might help a lot with reporting useful errors.
On 2019-05-02 10:20 a.m., Martin Maechler wrote: