Greetings-

I am looking for some advice on a multinomial logit model with marginal effects. The model assumes independent observations, an assumption that is clearly violated in my dataset. How can I adjust for the within subjects correlation? Below is my syntax.

mlogit emply3 $indepvars
margins, dydx($indepvars) predict(outcome(0)) post /*there are 4 unique outcome levels*/

Thank you in advance for responding!

Best Regards, Brandon