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
Calculating the Number of times a significant result occurredHello, I am using the following command "bysort var: reg y x". In doing so, I get many results. Ho…
create variable based on regressed results per observationHi all, quite new to Stata. I am doing research on Excess CEO Compensation and I want to regress th…
why is there no collinearity in this fixed effects modelHello, I have a model that is of the form: Code: reg y x i.z i.year which runs without any error…
I have high standar error in my DID panel datahello, i am doing some research in DID with panel data. i want to see the effect of renewable energ…
OLS for Likert scaleCan I use OLS regression for 10-point Likert scale dependent variable? According to Fielding (1999)…
Subscribe to:
Post Comments (Atom)
0 Response to Propensity score matching
Post a Comment