Hello. My apologies as I am not very well acquainted with Stata. I have read through the manual and searched the internet extensively to answer my question, yet unfortunately to no avail.
I am using the -psmatch2- command in order to conduct propensity score matching. i have run the first-stage of the propensity score matching using:
where dummy = 1 when there is at least one female board member, and 0 otherwise. The outcome variable relates to the number of acquisitions a firm undertakes in a given year.
However, I cannot figure out for the life of me how to do the 2nd stage of the regression analysis, whereby I run a regression on my matched data.
Any guidance would be heavily appreciated. Thank you.
I am using the -psmatch2- command in order to conduct propensity score matching. i have run the first-stage of the propensity score matching using:
Code:
psmatch2 dummy N_dir Tenure Age N_nations lnMV CASH LEVERAGE VOL R_Ya TOBINQ, out(N_ACQ) common
However, I cannot figure out for the life of me how to do the 2nd stage of the regression analysis, whereby I run a regression on my matched data.
Any guidance would be heavily appreciated. Thank you.
Comment