Dear Statalisters
I have looked through previous posts on suest on tests related to two coefficients for difference between the subsamples. I have come across Stata code/command for F-test, chi2, and Z-test from those posts.
However, I was unable to find anything specific to my issue (it could be I have overlooked or missed post related my query.
I am using panel data. Let’s say DV is my dependent variable and IV is my independent variable. I have a number of control variables as CV. I want to subsample based the variable S, so my regression looks as follows:
xtreg DV IV1 IV2 CV1 CV2 CV3 i.fyear if S==0, fe robust …. (1)
xtreg DV IV1 IV2 CV1 CV2 CV3 i.fyear if S==1, fe robust ….. (2)
I would like to test if the coefficients of b1+b2 (b_IV1 plus b_ IV2) in Eq. (1) is significantly different from the coefficients of b1+b2 (b_IV1 plus b_ IV2) in Eq. (2).
Hoping someone will be able to guide me on this.
Thank you,
Related Posts with Compare sum of coefficients across different regression subsamples
Reshape ILO data Code: * Example generated by -dataex-. To install: ssc install dataex clear input str55 Country st…
Out of sample prediction with the RMSE - panel dataDear all, I would like to run a panel regression for a subset of the time period of my dataset and …
Problem with DID interpretationDear all, I am trying to analyse the effect of higher tuition fees on grade outcomes. My data is un…
likert scale analysisI have collected data from 300 respondents on their perception about water stress in their area. The…
Difference between "fracreg" and "glm family(binomial) link(logit)"Hello everyone, I would be eager to know the difference between commands for fractional logistic re…
Subscribe to:
Post Comments (Atom)
0 Response to Compare sum of coefficients across different regression subsamples
Post a Comment