unfortunately, I can't tell you which Stata-Version I was using, since I used a remote access client to work on a server. I can't access the server anymore, I only have the results and some of the code available.
I have a dataset with patients in different regions and I am looking at differences in the probability of being referred to a specialist by regions. For each patient I have a dummy variable, indicating whether she is referred (referral), a categorical variable indicating the region (region) and several control variables. I first used a logit regression and then predicted the probability with the margins command.
Code:
logit referral i.region controlvars, robust margins region
Best regards,
Nina König
0 Response to Different results for odds ratios: Logit coefficients vs margins command
Post a Comment