Skip to content
Prev 17815 / 20628 Next

MIxed Effects Logistic Regression error "rank deficient" #534

Rank deficiency here means that not all all combinations of all
(fixed-effects) predictors appear in the data and so the model matrix is
incomplete (not full rank) and not all coefficients / fixed effects can
be estimated. If you have a design where you expect this, this is not a
problem. But if all combinations should be present, then this suggests
that your data are not what you think they are. Maybe double check that
you didn't accidentally change the data somehow or incorrectly code a
categorical variable?

Phillip
On 22/7/19 11:29 pm, Canarte Gutierrez,Climaco D wrote: