Dear all,
I estimate two models by using user written command oaxaca_rif. The reference is the following: Rios-Avila, F. 2020. Recentered influence functions (RIFs) in Stata: RIF regression and RIF decomposition. Stata Journal, 20(1), 51-94. https://doi.org/10.1177/1536867X20909690.
I want to test if explained part and unexplained part of the decomposition are the same in two estimated decompositions. The dependent and independet variables are the same, the only difference is time period, i.e. one estimation is for year 2013, and the other is for year 2016. Suest and test commands cannot be used with weighting procedure and bootstrap standard errors. I can estimate withouth bootstrap st.errors, but reweighting is the main point why I use oaxaca_rif command instead of standard oaxaca command. The oaxaca_rif command use reweighting procedure for contrafactual distribution in the sense of DiNardo, J., Fortin, N.M., Lemieux (1996).
Could you please give me suggestion how to test the equality of coefficients between two estimated models? Here is the comand used
bootstrap: oaxaca_rif lyhw $demo $emp $occup if y4==1 , by(female) wgt(0) rif(q(50)) rwprobit($demo $emp $occup $children)
Thank you in advance.
Best regrads,
Aleksandra
Related Posts with test equality of coefficients from different models estimated by user written commands
Save F-stat from first stage to tableHi all, I have to perform some regressions like Code: quietly ivregress 2sls dep (indep=instrument…
Is iweight command suitable for analyses on oversampled populations?Hello, I was hoping you may be able to advise on this I am running analyses on a simple exposure ou…
asdfasdf …
Too many variables in loopHello I am using the loop function for some simple merges of 5 datasets. I did it before and it work…
Categorical variables to ordinal for dummy variablesHi all, I am a first time user of Stata currently doing my thesis which is exciting but at the same …
Subscribe to:
Post Comments (Atom)
0 Response to test equality of coefficients from different models estimated by user written commands
Post a Comment