Skip to content
Prev 18963 / 20628 Next

Question regarding large data.frame in LMER?

Not sure if these are solutions, but I'd try:

a) centering/scaling Age

and/or

b) using poly(Age, 2), rather than I(age^2)
(i.e., an orthogonal polynomial)

Maybe related to "badly scaled parameters"?
https://github.com/lme4/lme4/issues/173

Jo?o
On Thu, 2020-12-10 at 12:11 +0000, Jad Moawad wrote: