Hi all, just a quick question.
My dependent variable has three ordered responses (0=healthiest, 1 ,2=unhealthiest) and my predictor variables are also ordered categories (except gender). I ran oprobit before using the margins command as follows:
margins, dydx(*) predict (outcome(0))
Some results:
For outcome==0 (healthiest)
Female: .018
Rich: .067
For outcome==2 (unhealthiest)
Female: -.007
Rich: -.026
Based on the STATA guide which gave examples for logistic regression, I'm going to guess this can be interpreted as follows:
Overall, being female instead of male, and being rich instead of poor (baseline) means you are 1.8% and 6.7% more likely to belong to the "healthiest" category
Similarly, being female and being rich means you are .7% and 2.6% less likely to belong to the "unhealthiest" category.
Question 1: Are my interpretations correct?
Question 2: Would you advise using "atmeans" in this case? (seems a bit odd since I have categorical predictors)
Question 3: How do I interpret results for outcome==1? For example, Rich = -.04. So would it be just like the others (Being rich means you are 4% less likely to belong to the moderate category)
Thanks very much in advance!
My dependent variable has three ordered responses (0=healthiest, 1 ,2=unhealthiest) and my predictor variables are also ordered categories (except gender). I ran oprobit before using the margins command as follows:
margins, dydx(*) predict (outcome(0))
Some results:
For outcome==0 (healthiest)
Female: .018
Rich: .067
For outcome==2 (unhealthiest)
Female: -.007
Rich: -.026
Based on the STATA guide which gave examples for logistic regression, I'm going to guess this can be interpreted as follows:
Overall, being female instead of male, and being rich instead of poor (baseline) means you are 1.8% and 6.7% more likely to belong to the "healthiest" category
Similarly, being female and being rich means you are .7% and 2.6% less likely to belong to the "unhealthiest" category.
Question 1: Are my interpretations correct?
Question 2: Would you advise using "atmeans" in this case? (seems a bit odd since I have categorical predictors)
Question 3: How do I interpret results for outcome==1? For example, Rich = -.04. So would it be just like the others (Being rich means you are 4% less likely to belong to the moderate category)
Thanks very much in advance!
Comment