Skip to content
Prev 1717 / 20628 Next

mixed model with non-continuous numeric response

On 12/22/08 15:04, Reinhold Kliegl wrote:
Johnson (the original poster) said that the responses can be thought
of as equally spaced points, i.e., linear with the underlying variable
of interest.  I think that this is often a reasonable assumption, so
another alternative is to do what he said.  Psychologists -- perhaps
because we have read Dawes, R. M., & Corrigan, B. (1974). Linear
models in decision making. Psychological Bulletin, 81, 97?106 -- are
often willing to assume that linear models are good fits even when
they are technically wrong.

(I also couldn't find VR's rationale for the surrogate Poisson model,
but I'm not questioning that possibility.)

The question is about how serious is the violation of the assumed
error distribution when we have only 4 categories.  When I do this -
which I admit is usually when I'm using lm() and not lmer() - I look
at the error distributions (from the default plot()) and do an eyeball
test.  If the result is barely "significant" at the outset, I worry.

Jon