I am using Propensity score matching for my analysis (based on Cross section data, Total observation 663. Treatment group= 328 & control Group= 335 ). I used the following command to generate Propensity Score:
Code:
pscore t X1 X2 X3 X4 X5,pscore(myscore) blockid(myblock) comsup level(0.01)
Code:
attnd Y t X1 X2 X3 X4 X5,pscore(myscore) comsup level(0.01)
No comments:
Post a Comment