Dear all,
I am currently working on a panel data set of investment funds with monthly data (N>T) and would like to analyse the impact of a treatment on fund liquidity via propensity score matching (psmatch2). Given that I have fund-fixed effects I would like to use clogit to calculate the respective propensity scores.
My model is:
clogit treatment varlist, vce(cl ID) group(ID)
predict r, pu0
psmatch2 treatment, pscore(r) outcome(XLM_Diff_n1) common caliper(0.01)
with treatment being the dummy of the treatment, varlist being the list of explanatory variables, ID being the fund identifier, r being the propensity score, and XLM_Diff_n1 being the proxy for fund liquidity.
Yet, I do not know whether:
a) I can actually use a conditional (fe) logit model to calculate the propensity scores - up to now I only have found information on psmatch2 with common logit and probit models
b) the postestimation command predict (pu0) after using clogit would give me the right probabilities.
Alternatively, I have tried to include the fixed effects by grouping the funds in larger buckets of similar characteristics but this leads to highly biased control groups in the subsequent matching process.
I am grateful for any support on this matter, including alternative approaches to include fixed effects when calculating the propensity scores.
Best,
Friedrich
I am currently working on a panel data set of investment funds with monthly data (N>T) and would like to analyse the impact of a treatment on fund liquidity via propensity score matching (psmatch2). Given that I have fund-fixed effects I would like to use clogit to calculate the respective propensity scores.
My model is:
clogit treatment varlist, vce(cl ID) group(ID)
predict r, pu0
psmatch2 treatment, pscore(r) outcome(XLM_Diff_n1) common caliper(0.01)
with treatment being the dummy of the treatment, varlist being the list of explanatory variables, ID being the fund identifier, r being the propensity score, and XLM_Diff_n1 being the proxy for fund liquidity.
Yet, I do not know whether:
a) I can actually use a conditional (fe) logit model to calculate the propensity scores - up to now I only have found information on psmatch2 with common logit and probit models
b) the postestimation command predict (pu0) after using clogit would give me the right probabilities.
Alternatively, I have tried to include the fixed effects by grouping the funds in larger buckets of similar characteristics but this leads to highly biased control groups in the subsequent matching process.
I am grateful for any support on this matter, including alternative approaches to include fixed effects when calculating the propensity scores.
Best,
Friedrich
Comment