[R-sig-ME] help: error in fn(x, ...): Downdated VtV is not positive definite

Ahreum Maeng @m@engwork @ending from gm@il@com
Thu Jul 19 21:14:34 CEST 2018


Hello,

I got a following error message while running a MLM using lme4 package.

Error in fn(x, ...) : Downdated VtV is not positive definite


my model was as following:

out <- lmer(situ ~ cult*change + (change || id) + (0 + frace | type), data
= tidy.total, REML=FALSE)

where
situ:  numeric
change: numeric
cult: factor (coded in 1 and -1)


How could I fix this issue?

Thanks a lot,
Ahreum

	[[alternative HTML version deleted]]



More information about the R-sig-mixed-models mailing list