Dear Stata Forum,
I’m trying to perform a Propensity Score Matching with exact matching but found most examples on years using double, which is not my case.
I have a dataset of 2345 children, I want to do exact matching on a series of cofounders X based on binary variable: Gender.
after that I want to do the propensity score matching on the same cofounders X based on Treatment.
Can anyone help me with the code?
Just a plain sample, for just PSM it should be
logit treat X
predict ps
or
pscore treat X, pscore (ps)
psmatch2 treat, out (results) pscore (ps) common
but how to add the binary gender as the criteria for exact matching is really confusing me.
Also how can obtain the pstest results for females and males separately? Does it allow for “if” command?
thank you all very much!
Related Posts with Exact matching on Propensity Score Matching
Question on marginal effects in a fixed effects logit and using aextlogitHi, I am studying an unbalanced panel of companies with a year-industry fixed effects logit model (…
Why is my CFA-model not converging?Dear all, We're trying to run a confirmatory factor analysis on a motivational measure of a total 4…
Problem using xtprobit with lagged independent variablesHello, I am using panel data, where my dataset includes 16 different target firm characteristics an…
Question on Stata's svy: with suestHi Forum, I am using the 2013 Canadian General Social Survey, which allows its data to use the svys…
Trying to link specific values across three different datasets with close to a million observations.Hello everyone, I am writing a thesis in which I will analyze the application behaviour of top perf…
Subscribe to:
Post Comments (Atom)
0 Response to Exact matching on Propensity Score Matching
Post a Comment