Page 1 of 1

Multinomial Logistic Regression with Repeated Measures

Posted: Wed Feb 05, 2020 2:51 pm
by Whirly123
I am going to be running a Multinomial Logistic Regression.

I am using a couple of questionnaires as predictors but my outcome variable is the result of repeated measures. Participants make a choice and do so across multiple rounds to either continue or do one of two things before continuing (3 options).

I am checking to see if Jamovi's Multinomial Logistic Regression is appropriate or whether I need to use a mixed-effects model here (currently unavailable in Jamovi for multinomial outcomes). I am concerned that without using a mixed-effects model this would be inappropriate since each participant has only one questionnaire result but the outcome variable is repeated over multiple rounds.

Re: Multinomial Logistic Regression with Repeated Measures

Posted: Sun Feb 09, 2020 11:34 pm
by jonathon
hi,

i don't think the multinomial logistic regression in jamovi can handle repeated measures. a mixed effects model would seem to be the right choice to me.

cheers

jonathon

Re: Multinomial Logistic Regression with Repeated Measures

Posted: Fri Feb 14, 2020 10:44 am
by mcfanda@gmail.com
You can decompose the multinomial model into a set of K-1 logistic models, where K is the number of levels of the DV. You define K-1 dummy variables and predict them with K-1 logistic models. The coefficients and tests you get are practically the same you would get with a multinomial analysis. What you'd miss is the omnibus test of the effect. It's like running an ANOVA with a regression module.

The other few differences between the two approaches are rather technical and appear only for very weird cases. Please see here for theory https://en.wikipedia.org/wiki/Multinomi ... egressions