Hello,
I am doing an linear probabilty regression and want to incude the coeffficents for the baseline (in this case educational level 3) in my outputtable. What I am basically testing is the effect of a treatment on health - but as I expect heterogeneous effects for different educational levels I need to check the interactions. When I do so I get the results for my treatment#educational levels 2 & 1 (as a comparison to educational level 3). For educational level 3 I get 0 & (.). I would like to also include the results for treatment#educational level 3 - is that possible? Basically the Idea is to say: the treatment with educational level 1 leads to x level of diseases. When educational level rises to educational level 2, the treatment leads to an additional x% increase in health ans so on.
The code:
regress health treat##ib3.education $controls, vce(cluster clusterlevel)
est sto est_health_01
Thanks in advance.
I am doing an linear probabilty regression and want to incude the coeffficents for the baseline (in this case educational level 3) in my outputtable. What I am basically testing is the effect of a treatment on health - but as I expect heterogeneous effects for different educational levels I need to check the interactions. When I do so I get the results for my treatment#educational levels 2 & 1 (as a comparison to educational level 3). For educational level 3 I get 0 & (.). I would like to also include the results for treatment#educational level 3 - is that possible? Basically the Idea is to say: the treatment with educational level 1 leads to x level of diseases. When educational level rises to educational level 2, the treatment leads to an additional x% increase in health ans so on.
The code:
regress health treat##ib3.education $controls, vce(cluster clusterlevel)
est sto est_health_01
Thanks in advance.
Comment