I want to run a PSM. My understanding of this technique is that you must sort your data into a control and treatment group. In my case, areas that have been, and have not been effected by conflict. So far I have generated a binary variable for whether of not conflict occurred using the code
" gen highconflict = 0 /// replace highconflict = 1 if conflict>10"
However, I have been told that when running a PSM, there is a different way in which you must create your treatment and control group. Does anyone know the process?
Thanks
" gen highconflict = 0 /// replace highconflict = 1 if conflict>10"
However, I have been told that when running a PSM, there is a different way in which you must create your treatment and control group. Does anyone know the process?
Thanks
Comment