Hello,
I have a little Stata issue and I hope someone can help me out. After calculating the probit I want Stata to give me the marginal effects for the interactionterms. However, Stata only gives me the marginal effects for the sigle variables but not for the interactionterm. Why is that and how can I get Stata to give me the marginal effects for the interactionterms?
Here is my code:
probit outcomevariable i.treatment1##i.riskaversion i.treatment2##i.riskaversion $controls , vce(cluster Session)
margins, dydx(*)
eststo marginsmodel26: margins , dydx(*) post
The Outcomevariable is binary. The treatment variables & the riskaversion variable are binary/categorical.
Thanks in advance.
I have a little Stata issue and I hope someone can help me out. After calculating the probit I want Stata to give me the marginal effects for the interactionterms. However, Stata only gives me the marginal effects for the sigle variables but not for the interactionterm. Why is that and how can I get Stata to give me the marginal effects for the interactionterms?
Here is my code:
probit outcomevariable i.treatment1##i.riskaversion i.treatment2##i.riskaversion $controls , vce(cluster Session)
margins, dydx(*)
eststo marginsmodel26: margins , dydx(*) post
The Outcomevariable is binary. The treatment variables & the riskaversion variable are binary/categorical.
Thanks in advance.
Comment