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

Matching Estimators and Esttab Tables

$
0
0
Hi Everyone,

I'm trying to output results from a matching estimator using psmatch2. However, after doing est sto and the normal esttab procedures, it's not working. I checked elsewhere on the forum, but haven't found anything. I'd like for the difference between the treated and control to be plotted.

For clarification, I'm including my code. $recycX are controls, and $cescores are the main variables I want to match on. Treated is an indicator for the treatment and lemp lestab are the outcome variables.

Thank you for your help!

set more off
capture drop pscore
probit treated $recycX $cescores
predict pscore, xb

set more off
psmatch2 treated, outcome(lemp lestab) pscore(pscore)

Viewing all articles
Browse latest Browse all 72790

Trending Articles



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