Skip to content
Prev 8474 / 20628 Next

Multilevel Ordinal Logistic Regression: clmm warnings

On Sat, 23 Jun 2012, Nicholas Sabin wrote:

            
I presume Rune Haubo Christensen will give a better answer but this
doesn't sound very good.  What did

clmm(as.ordered(PerfCat) ~ X + (1|ID)..

and

clmm(as.ordered(PerfCat) ~ poly(X,2) + (1|ID)..

give?

Also, the rule of thumb is that ordinal variables with five or more levels 
can usually be treated as continuous without inference problems.  That is, 
you should be getting answers close to your LMM result.

Cheers, David Duffy.