Hi all
First time posting, so please correct me if I'm not doing things the usual way.
I am estimating a propensity score model, which resembles this:
psmatch2 $treatment $xlist, outcome($ylist) common kernel
However, I want to use a different set of control variables, when estimating the treatment effects. So I include x1,x2 and x3 when estimating the propensity scores with the probit regression and x4 in the final regression.
How can I specify this in the PSMATCH2 command? Is it even possible or do I have to use a different approach.
Kind regards, Lars
First time posting, so please correct me if I'm not doing things the usual way.
I am estimating a propensity score model, which resembles this:
psmatch2 $treatment $xlist, outcome($ylist) common kernel
However, I want to use a different set of control variables, when estimating the treatment effects. So I include x1,x2 and x3 when estimating the propensity scores with the probit regression and x4 in the final regression.
How can I specify this in the PSMATCH2 command? Is it even possible or do I have to use a different approach.
Kind regards, Lars
Comment