Dear Statalist users,
I have been digging previous posts regarding my problem and do not seem to find the answer. Currently I'm doing analysis using psmatch2 for a data that can be grouped into strata (province, in my case). I have 33 provinces in my dataset. I would like to perform matching within province, and as the helpfile suggested, I did this:
g att = .
egen g = group(groupvars)
levels g, local(gr)
qui foreach j of local gr {
psmatch2 treatvar varlist if g==`j', out(outvar)
replace att = r(att) if g==`j'
}
sum att
To assess the quality of the matching, one of the steps I did is I follow up the above command with pstest $controlvar, both hist.
The pstest command will only test for covariate balance in my latest strata, that is the 33rd province.
My question is, does it mean that I will have to check the quality of matching for 33 estimations separately? The reason I'm asking is that because the paper I refer to, who also does matching within province, seems to only provide single assessment on the overall quality of psmatch2.
I would love to learn more from other users who has done the same experience in the past. Thank you!
Related Posts with How to assess quality of PSMATCH2 matching result in matching within strata?
Dynamic panel quantile regression with fixed effectsHi all, I am studying the impact of quality of institutions on carbon emissions. I would like to kn…
Adding the average of a variable as a new categoryHi, My apologies if this has been asked before, I'm just sure how to explain it, so I'm showing the…
Using esttab to report results for Lagged VariablesHi All, My dataset resembles the following (I have panel data, so multiple observations for the sam…
Differentiating between different types of farmers - how can I find out exactly how many?Hi Statalist! I was wondering if anyone could help me, I am new to Statalist and I can’t seem to fi…
Understanding Abadie, Athey, Imbens, and Wooldridge (2017) using a long-difference exampleThere are 100 counties j. There are many people in each county. People do not move across counties f…
Subscribe to:
Post Comments (Atom)
0 Response to How to assess quality of PSMATCH2 matching result in matching within strata?
Post a Comment