Skip to content
Prev 2360 / 20628 Next

How to use mixed-effects models on multinomial data

I had already replied to Linda Mortensen, but Emmanuel Charpentier's
reply gives me the courage to say to the whole list roughly what I
said before, plus a little more.

The assumption that 0-1, 1-2, ... 4-5 are equally spaced measures of
the underlying variable of interest may indeed be incorrect, but so
may the assumption that the difference between 200-300 msec reaction
time is equivalent to the difference between 300-400 msec (etc.).
Failure of the assumptions will lead to some additional error, but, as
argued by Dawes and Corrigan (Psych. Bull., 1974), not much.  (And you
can look at the residuals as a function of the predictions to see how
bad the situation is.)  In general, in my experience (for what that is
worth), you lose far less power by assuming equal spacing than you
lose by using a more "conservative" model that treats the dependent
measure as ordinal only.

Occasionally you may have a theoretical reason for NOT treating the
dependent measure as equally spaced (e.g., when doing conjoint
analysis), or for treating it as equally spaced (e.g., when testing
additive factors in reaction time).

In the former sort of case, it might be appropriate to fit a model to
each subject using some other method, then look at the coefficients
across subjects.  (This is what I did routinely before lmer.)

Jon
On 05/28/09 14:35, Emmanuel Charpentier wrote:
I think that the second random effect term should be (0 + ...), since
there is already an intercept in the first one.