Quantcast
Channel: Statalist
Viewing all articles
Browse latest Browse all 65569

Propensity Score Matching with xtreg regressions

$
0
0
Dear Statalist users,

I am applying Propensity Score Matching in my research and I face problem when I apply firm fixed effects models after the matching command:

First, I have run the following matching command and the results appear normally

Code:
psmatch2 BOARD_DIV_Dummy BoardSize LogTotalAsset $Y $I $C , out(IO_Total) n(4) ai(4) logit
Then I have run firm fixed effects regressions as follwos:

Code:
xtreg BOARD_DIV  L.( IO_Total $X $Y)[aweight=_weight],fe robust cluster (CompanyID)
But I have got the following error:

Code:
weight must be constant within CompanyID
Can any body help please on how to solve this problem as I need to run xtreg after the matching command. Thank you.

Viewing all articles
Browse latest Browse all 65569

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>