Hello everybody,
For my master thesis, I am investigating the effects of company and macrofinancial variables on the gross written premium growth rate of insurers in the life and composite segment. I wanted to test if a composite company has a significant advantage by offering both life and non life products by including a dummy variable that is 1 if the company is composite and 0 otherwise but it gets omitted when I put it in my regression. I think that it's because of the fixed effect structure but I dont know what my option are to fix this.
Thank for you suggestions and help!
For my master thesis, I am investigating the effects of company and macrofinancial variables on the gross written premium growth rate of insurers in the life and composite segment. I wanted to test if a composite company has a significant advantage by offering both life and non life products by including a dummy variable that is 1 if the company is composite and 0 otherwise but it gets omitted when I put it in my regression. I think that it's because of the fixed effect structure but I dont know what my option are to fix this.
Thank for you suggestions and help!
Code:
. xtreg log_growthrate log_total_revenue_life log_solvency_ratio GDP_Growth Inflation Interest_Rate log_No_firms log_den composite_insurance, fe robust
note: composite_insurance omitted because of collinearity.
Fixed-effects (within) regression Number of obs = 6,092
Group variable: company1 Number of groups = 853
R-squared: Obs per group:
Within = 0.1141 min = 1
Between = 0.0050 avg = 7.1
Overall = 0.0081 max = 9
F(7, 852) = 25.98
corr(u_i, Xb) = -0.9624 Prob > F = 0.0000
(Std. err. adjusted for 853 clusters in company1)
----------------------------------------------------------------------------------------
| Robust
log_growthrate | Coefficient std. err. t P>|t| [95% conf. interval]
-----------------------+----------------------------------------------------------------
log_total_revenue_life | .2235154 .022139 10.10 0.000 .1800621 .2669687
log_solvency_ratio | .0512521 .0167348 3.06 0.002 .018406 .0840983
GDP_Growth | .0049925 .0013801 3.62 0.000 .0022837 .0077014
Inflation | .0017915 .0024391 0.73 0.463 -.002996 .0065789
Interest_Rate | .0281604 .0051809 5.44 0.000 .0179915 .0383293
log_No_firms | -.0877924 .047825 -1.84 0.067 -.1816611 .0060762
log_den | .1150995 .0342001 3.37 0.001 .0479732 .1822257
composite_insurance | 0 (omitted)
_cons | -3.305812 .3521752 -9.39 0.000 -3.997045 -2.614579
-----------------------+----------------------------------------------------------------
sigma_u | .58271337
sigma_e | .3070798
rho | .78264982 (fraction of variance due to u_i)
----------------------------------------------------------------------------------------
.
end of do-file

Comment