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.
LoopDear All, I have a variable, say country, which contains the name of countries in my dataset and I …
Interpreting coefficients - change in minutes vs change in hoursHi I am new to Stata and conducting research using UKHLS panel data on effects of commuting time on…
Which types of analysis? (continuous DV ranging from 0 to 1)Hi, My dependent variable is score, continuous variable ranging from 0 to 1 (e.g., 0.1, 0.23, 0.34)…
specification error in panel dataHello, I am running a panel regression (xtreg) on an unbalanced dataset with large N, small T. I wa…
Panel Data :Cross-Sectional Dependence and Driscoll-Kraay robust errors.Greetings, I'm facing some doubts regarding the solution of Driscoll-Kraay to account for the standa…
Subscribe to:
Post Comments (Atom)
0 Response to Two fixed effects regressions using two different subsamples of same dataset.
Post a Comment