Hi everyone,
I am trying to run psmatch2 for my PhD paper and I am stuck at a few points. Would really appreciate any help I can get
The problem:
I want to match my treated firms based on ROA, ROE and industry from t-1 where t= reference period of policy change.
The current command i am using is
The results that i get reduces my number of treatment firms from 20 firms to 7 firms.
I am unable to understand why is it doing that.
MANY thanks in advance!

I am trying to run psmatch2 for my PhD paper and I am stuck at a few points. Would really appreciate any help I can get
The problem:
I want to match my treated firms based on ROA, ROE and industry from t-1 where t= reference period of policy change.
The current command i am using is
Code:
psmatch2 treated ROA ROE MTB INDUSTRY if year==2019, out(TF) mahalanobis(ROA ROE MTB INDUSTRY) caliper(.01) logit
I am unable to understand why is it doing that.
MANY thanks in advance!

Comment