Hi there,
I want to compare two ivregress models with two independent samples.
I am trying to see if there is any difference between pre-policy change period and post-policy change period. The sample for each period (pre and post) is independent.
ivregress 2sls Y X1 X2 X3 (X4=Z) if P_Change==0
ivregress 2sls Y X1 X2 X3 (X4=Z) if P_Change==1
where P_Change is a dummy variable for policy change (0 = pre-change; 1 = post-change).
I have been looking for something like suest for ivregress, but nothing seems to be working.
I have reviewed the previous posts related to this topic and have tried gmm method or stacked model using ivregress, but nothing seems to be giving the right estimates (the same estimate for each period as the one from each ivregress model).
Any suggestions or comments would be appreciated.
Thanks,
Nami
Related Posts with How to compare two ivregress models with two independent samples
Calculating media of several variables with missing dataGood afternoon, I like would to calculate the media of several variables with missing data. Code: …
Compute returns based on lag variableHello, Can you please help me with the following issue: I want to form quantiles based on the credi…
Difference in differences with PPML and Log-OLS reveal substantially different resultsDear Statalisters, I have differences-in-differences setting where I have multiple treatments that o…
GLM for grouped/ blocked population standardized binary data.Sorry for imposing further but I could really use some help. Let me explain more. I have data on in…
How to assign different Treatment depending on the date of birthHello, I have two different datasets, in the first one i have a ID identifier for each person and th…
Subscribe to:
Post Comments (Atom)
0 Response to How to compare two ivregress models with two independent samples
Post a Comment