Skip to content
Prev 19015 / 20628 Next

how to specify the response (dependent) variable in a logistic regression model

Another fellow linguist here, albeit a junior one.

It sounds to me like:

   1. You have two binary outcomes, the 1st always occurring before the 2nd.
   2. For each subject, you have exactly one response per binary outcome.

This being the case, I struggle to see why a complex model such as a
multinomial, multi-response or GLMM is even necessary.

If each subject makes the same number of responses, their idiosyncrasies
can be expected to cancel each other out overall, no?. Therefore, we don't
need random effects. We can fit a standard logistic fixed-effects model
whose interpretation is 'A random individual makes a binary choice'.

And since the binary responses have a fixed order, the first one can simply
be used as a covariate in the analysis of the second one.

Thus, I struggle to see why we could not simply:

   1. First fit a standard logistic regression for Response 1 with all
   covariates of interest.
   2. Then fit a standard logistic regression for Response 2 with all
   covariates of interest PLUS the subject's observed Response 1 as an added
   covariate. Its addition will address the question of possible correlation
   between the two responses.

Experts, please do tell me why I'm wrong.

Best,

Juho



pe 15. tammik. 2021 klo 1.27 John Kingston (jkingstn at umass.edu) kirjoitti: