Skip to content
Prev 16790 / 20628 Next

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

(Please keep r-sig-mixed-models at r-project.org in the Cc: list ...)
On Thu, Jul 19, 2018 at 4:49 PM Ahreum Maeng <amaengwork at gmail.com> wrote:
The bobyqa error means the model got stuck somewhere, this may or
may not be important (see
https://stats.stackexchange.com/questions/89945/meaning-of-a-convergence-warning-in-glmer
for more discussion). The standard suggestion is to try with another
optimizer and compare results (see `?troubleshooting` and
`?convergence`).
   The fact that the Hessian has negative eigenvalues probably means
the model is singular.  Are some of your estimated random-effects
standard deviations zero or very close to zero?  That may be ignorable
(see the GLMM FAQ), but in general means your model is more complex
than your data can support.
Pretty much impossible to say without a reproducible example.  Is
'id' definitely a factor within tidy.total?  (It should work anyway if
it's (1) not a factor [it will be converted] and (2) not in tidy.total
[it will be taken from the environment], but both of these cases will
improve the chances of everything working OK.)
Message-ID: <CABghstRd9xPRGoPPOiL2_MGtyHm0dceqxfpv_Wmju4CA12pgZw@mail.gmail.com>
In-Reply-To: <CAGNwpw26Vk7DOwwb7Fdub3rP44CO2aW6-crDsRWnX3Q--6c-bQ@mail.gmail.com>