Good morning,
I would like to evaluate an effect of a shock (my treatment, let's call T) in a variable (Y) using X as my covariate (a binary variable), using a propensity score matching. I would like to do the following:
1) Estimate the propensity score using a Logit model
2) Apply a matching algorithm (kernel matching) using the differences in the propensity score.
I have been looking and I have found two ways to do it in stata: psmatch2 and kmatch.
With psmatch2, I will do in this way: psmatch2 T, outcome(Y) pscore(X) kerneltype(uniform) logit
With kmatch, I will do in this way: kmatch ps T X (I am not sure where to put the outcome with this command)
Do I am doing well with psmatch2?
On the other hand, I would like to ask you (probably it is a bit theorerical question more than a question of using stata) if it is possible to add time fixed effect (year) and country fixed effect in this strategy?. If so, so have I to include them in pscore?
Best,
Diego.
Related Posts with Propensity score matching
stpm2 r(1400) - initial values not feasibleHello everyone! I'm working on a predictive flexible parametric survival model and when I run the c…
WLS = reg + aweights?I would like to understand whether I apply the regression technique "weighted least squares (WLS)" b…
stpm2, initial values not feasibleHello, I am trying to run a flexible Parametric model in Stata. I study various outcomes and I run …
Examples of great Dyndoc filesHello everyone, I'm using STATA 15, SE. I'm looking for a completed dyndoc file that I can learn f…
Multivariate tobit modelHi, I am trying to run a multivariate tobit model using lots of dummy independent variables for my …
Subscribe to:
Post Comments (Atom)
0 Response to Propensity score matching
Post a Comment