Hi all,
I have a question regarding comparing coefficients of two regressions (fe) which are subsamples of a larger dataset.
Context: I am looking at determinants of bank liquidity across European countries.
I have decided to split the countries into subsamples: Developed European Countries and Emerging European Countries (no overlap) to see whether my independent variables change significantly. Liquidity Coverage Ratio - Dependent Variable. Bank Size, Net interest Margin, Return on Av.Assets, Leverage and GdpGrowth - Independent Variables
The stata code I am using for panel data is:
xtset id year
Regression 1:
xtreg LCR Size nim roaa lev gdpg if developed==1, fe robust
Regression 2:
xtreg LCR Size nim roaa lev gdpg if emerging==1, fe robust
Is there a way of comparing the results of the two regressions against each other? E.g. The coefficient of NIM was positively statistically significant in developed countries but emerging countries a smaller positive insignificant result. Therefore the model suggests that NIM has a greater influence over LCR in dependent countries compared to independent countries.
Thanks,
(Sorry if this has already been asked I can't find any posts).
Related Posts with Two fixed effects regressions using two different subsamples of same dataset.
Error estimating treatment effects synth-runnerHello all, Thanks in advance for your help with this request. I am attempting to run models using th…
Converting SPSS file with 2540 variables and 222539 observations into STATA 15 MPHello All, I am struggling with the conversion of SPSS 25 data file to STATA 15, MP version. I have…
Merging datasets not uniquely identifiedHello Statalist, I'm currently trying to to merge two data-sets which contain several matching varia…
How to test validity of instrument in Eoprobit command with endogenous treatmentI am running following command with treatment t=(1,0): eoprobit y x1 x2, entreat (t=X1 X2 Z1 Z2) Ho…
how to write condition for calculating spells?Hi. I have a dataset with the revenues of firms through time, monthly. For example: Code: date …
Subscribe to:
Post Comments (Atom)
0 Response to Two fixed effects regressions using two different subsamples of same dataset.
Post a Comment