My dependent variables are binary variables. I have two types of programs (Program A, Program B) and training.
I first created interactions between the type of program and the training
Code:
gen ProgAT= ProgA*training gen ProgBT= ProgB*training
Code:
reghdfe f.women ProgA ProgB ProgAT ProgBT , absorb (id year) vce(robust)
My questions are -
1. Is this the right approach to examine the effect of training on the program?
Code:
lincom ProgA+ProgAT lincom ProgB+ProgBT
Code:
lincom ProgAT- ProgBT
What could explain the difference?
Code:
reghdfe f.women 1.ProgA#i.training 1.ProgB#i.training, absorb (id year) vce(robust)
Many thank in advance!
G.
(Stata 13, Windows operating system)
0 Response to Lincom - interactions post estimation
Post a Comment