Hallo,
I'm Valerie and currently on my last year of bachelor degree, thus I'm in the process for writing my bachelor theses. I wanna estimate using Gologit as my dependent var is in categorical (Keluhan Kesehatan/Health Complaints (Y) 1 (lowest) and 4 (highest or complaining about health, illness, interference with work, to outpatient care)). I choose Gologit as my model doesnt fit the parallel trend assumption for the usual ordered logit. I have an independent var of Car Ownership (binary, 1 refer to owned car, and 0 otherwise).
After calculating the gologit, how can I calculate the marginal effect of change in my dependent var Health Complaints? I've used this command:
But my supervisor told me that I have to pay attention to the other control variables too, especially for those who are in a binary form(?)
My next appointment with my supervisor still next week but I'm really curious about how to calculate the AMEs, hehe. Someone explain to me, please?
Thank you,
Valerie
I'm Valerie and currently on my last year of bachelor degree, thus I'm in the process for writing my bachelor theses. I wanna estimate using Gologit as my dependent var is in categorical (Keluhan Kesehatan/Health Complaints (Y) 1 (lowest) and 4 (highest or complaining about health, illness, interference with work, to outpatient care)). I choose Gologit as my model doesnt fit the parallel trend assumption for the usual ordered logit. I have an independent var of Car Ownership (binary, 1 refer to owned car, and 0 otherwise).
After calculating the gologit, how can I calculate the marginal effect of change in my dependent var Health Complaints? I've used this command:
Code:
**AMEs using margins *outcome 1 margins r.CarOwnership, predict(outcome (#1)) *outcome 2 margins r.CarOwnership, predict(outcome (#2)) *outcome 3 margins r.CarOwnership, predict(outcome (#3)) *outcome 4 margins r.CarOwnership, predict(outcome (#4))
My next appointment with my supervisor still next week but I'm really curious about how to calculate the AMEs, hehe. Someone explain to me, please?
Thank you,
Valerie

Comment