Hello, I hope you are having a good day 
I have some doubts about how to interpret maginal effects in a probit model.
I'm working with these dummy variables (among others):
savings = 1 if the individual has savings (dependent variable)
calculated = 1 if the individual has calculated the amount of money he needs for retirement (explanatory variable)
plan = 1 if the individual has made a savings plan (explanatory variable)
In the survey, when calculated == 0, they don't ask the plan question, so my data is like this:
The marginal effects are:
calculated = 0.032
plan = 0.063
So the probability of having savings is 6.3 percentage points higher if the individual has made a savings plan, ceteris paribus, right?
My doubt is that it can't be ceteris paribus knowing that if plan==1, necessarily calculated==1, so actually having a plan should increase 8.5 percentage points the probability of having savings. Is this correct?
I tried adding interaction between those two variables but Stata says it's not estimable.
Thanks!
Li.

I have some doubts about how to interpret maginal effects in a probit model.
I'm working with these dummy variables (among others):
savings = 1 if the individual has savings (dependent variable)
calculated = 1 if the individual has calculated the amount of money he needs for retirement (explanatory variable)
plan = 1 if the individual has made a savings plan (explanatory variable)
In the survey, when calculated == 0, they don't ask the plan question, so my data is like this:
Code:
developed | Has calculated or a plan for | thought amount of saving for | money needed retirement | 0 1 | Total -----------+----------------------+---------- 0 | 7,897 726 | 8,623 1 | 0 202 | 202 -----------+----------------------+---------- Total | 7,897 928 | 8,825
calculated = 0.032
plan = 0.063
So the probability of having savings is 6.3 percentage points higher if the individual has made a savings plan, ceteris paribus, right?
My doubt is that it can't be ceteris paribus knowing that if plan==1, necessarily calculated==1, so actually having a plan should increase 8.5 percentage points the probability of having savings. Is this correct?
I tried adding interaction between those two variables but Stata says it's not estimable.
Thanks!
Li.
Comment