Hi everyone,
I want to apply propensity score matching and then implement the regression with the matched sample. But I have some concerns.
I want to estimate the effect of governance and financial characteristics on firm innovation. Firm innovation is a treatment variable that takes 1 if a firm performs innovation and 0 otherwise.
The sample between treated and untreated is strongly unbalanced and by applying t-test results, firms have different governance and financial characteristics.
Is correct the following command?
I have concerns because my dependent variable is treatment. Can I include treatment as an outcome variable?
I want to apply propensity score matching and then implement the regression with the matched sample. But I have some concerns.
I want to estimate the effect of governance and financial characteristics on firm innovation. Firm innovation is a treatment variable that takes 1 if a firm performs innovation and 0 otherwise.
The sample between treated and untreated is strongly unbalanced and by applying t-test results, firms have different governance and financial characteristics.
Is correct the following command?
HTML Code:
psmatch2 treatment x1 x2, outcome(treatment ) neighbor(1) caliper(0.15)

Comment