Skip to content
Prev 19034 / 20628 Next

Linking a three level variable with a binary score to predict total score

On Tue, 2021-01-26 at 02:34 +0000, Johnathan Jones wrote:
I can't really comment on the model (it is outside my area of
expertise) but I really think using percent correct as an outcome
variable is not the way to go. I would analyze the individual responses
in an IRT model (I, personally, belong to the Church of Rasch) and then
take the person measures from that analysis and analyze them in your
lme model or whatever. 

I think you can also do something similar in lme or lmer by using the
individual item responses (0, 1) as the outcome with a logit link, and
include an item indicator for each response, nest them all within
individuals, add your other predictors, and model them that way.

If you don't want to do IRT or the other way I suggest, at least
convert the percent correct to log odds and use that as the outcome.