Dear all,
I am testing whether a FamilyCEO among family firms performs better than an external CEO. My financial data was collected for each year in 2018-2022, and then I manually indentified binary governance variables for the year 2022, such as FamilyCEO or Active Board Control. Thus, my explanatory variable is a binary timestatic, while my response variable, which controls for firm performance (Return on Assets), is a percentage metric that changes over time.
Further controls, such as LnSales, are also time variant whitin each company.
The variable of interest, is binary and time static, and thus is ommitied from xtreg, fe.
When I run a Hausmann, Fixed Effects is always implied. Although Fixed Effects predict well the time variant variables, the variable of interest is not in the model!
I am assuming, that I can not speculative choose Random Effects just so i can present some coefficients which I understand will be biased and unreliable, after Hausman always suggests Fixed Effects with p value of 0.
I have gone through so much bibliography, like Richard Williams, University of Notre Dame summaries of Paul Allison’s book, Fixed Effects Regression Models for Categorical Data, but I have not found anything that describes my problem. Firstly I belived that Mixed effects will be my solution, but I realized its just Random Effects, which Hausman rejects. Then Conditional Logit/ Fixed Effects Logit Models chapter of Richard Williams, gave me some hope to tackle my problem with xtlogit, fe or clogit , group(id). These commands result in this error though: outcome does not vary in any group.
I would appriciate any help or guidance with this!
Results:
A is id for companies.
. . xtset A Year
Panel variable: A (strongly balanced)
Time variable: Year, 2018 to 2022
Delta: 1 unit
. . xtreg ROAEbitda FamilyCEO LnAssets Leverage LnSales LnFirmAge Listed, fe
note: FamilyCEO omitted because of collinearity.
note: Listed omitted because of collinearity.
Fixed-effects (within) regression Number of obs = 2,713
Group variable: A Number of groups = 552
R-squared: Obs per group:
Within = 0.1477 min = 2
Between = 0.0008 avg = 4.9
Overall = 0.0018 max = 5
F(4,2157) = 93.42
corr(u_i, Xb) = -0.6824 Prob > F = 0.0000
------------------------------------------------------------------------------
ROAEbitda | Coefficient Std. err. t P>|t| [95% conf. interval]
-------------+----------------------------------------------------------------
FamilyCEO | 0 (omitted)
LnAssets | .00912 .0073177 1.25 0.213 -.0052304 .0234704
Leverage | .0010998 .0016542 0.66 0.506 -.0021443 .0043439
LnSales | .0547579 .0031807 17.22 0.000 .0485203 .0609955
LnFirmAge | .018173 .0169342 1.07 0.283 -.015036 .0513821
Listed | 0 (omitted)
_cons | -.6031131 .063925 -9.43 0.000 -.7284741 -.4777521
-------------+----------------------------------------------------------------
sigma_u | .11107798
sigma_e | .0578294
rho | .78675418 (fraction of variance due to u_i)
------------------------------------------------------------------------------
F test that all u_i=0: F(551, 2157) = 8.35 Prob > F = 0.0000
. . estimates store fe
. . quietly xtreg ROAEbitda FamilyCEO LnAssets LnLiabilities Leverage LnSales LnFirmAge Listed, re
.
. . estimates store re
.
. . hausman fe re
---- Coefficients ----
| (b) (B) (b-B) sqrt(diag(V_b-V_B))
| fe re Difference Std. err.
-------------+----------------------------------------------------------------
LnAssets | .00912 -.0262048 .0353248 .0064722
Leverage | .0010998 .0012577 -.0001579 .0009204
LnSales | .0547579 .0395582 .0151997 .0018378
LnFirmAge | .018173 -.0081283 .0263014 .015901
------------------------------------------------------------------------------
b = Consistent under H0 and Ha; obtained from xtreg.
B = Inconsistent under Ha, efficient under H0; obtained from xtreg.
Test of H0: Difference in coefficients not systematic
chi2(4) = (b-B)'[(V_b-V_B)^(-1)](b-B)
= 174.02
Prob > chi2 = 0.0000
.
. . xtlogit ROAEbitda i.FamilyCEO LnAssets LnLiabilities Leverage LnSales LnFirmAge i.Listed i.Year , fe
outcome does not vary in any group
r(2000);
If you need more data or regression results, let me know and I will upload it here.
I am testing whether a FamilyCEO among family firms performs better than an external CEO. My financial data was collected for each year in 2018-2022, and then I manually indentified binary governance variables for the year 2022, such as FamilyCEO or Active Board Control. Thus, my explanatory variable is a binary timestatic, while my response variable, which controls for firm performance (Return on Assets), is a percentage metric that changes over time.
Further controls, such as LnSales, are also time variant whitin each company.
The variable of interest, is binary and time static, and thus is ommitied from xtreg, fe.
When I run a Hausmann, Fixed Effects is always implied. Although Fixed Effects predict well the time variant variables, the variable of interest is not in the model!
I am assuming, that I can not speculative choose Random Effects just so i can present some coefficients which I understand will be biased and unreliable, after Hausman always suggests Fixed Effects with p value of 0.
I have gone through so much bibliography, like Richard Williams, University of Notre Dame summaries of Paul Allison’s book, Fixed Effects Regression Models for Categorical Data, but I have not found anything that describes my problem. Firstly I belived that Mixed effects will be my solution, but I realized its just Random Effects, which Hausman rejects. Then Conditional Logit/ Fixed Effects Logit Models chapter of Richard Williams, gave me some hope to tackle my problem with xtlogit, fe or clogit , group(id). These commands result in this error though: outcome does not vary in any group.
I would appriciate any help or guidance with this!
Results:
A is id for companies.
. . xtset A Year
Panel variable: A (strongly balanced)
Time variable: Year, 2018 to 2022
Delta: 1 unit
. . xtreg ROAEbitda FamilyCEO LnAssets Leverage LnSales LnFirmAge Listed, fe
note: FamilyCEO omitted because of collinearity.
note: Listed omitted because of collinearity.
Fixed-effects (within) regression Number of obs = 2,713
Group variable: A Number of groups = 552
R-squared: Obs per group:
Within = 0.1477 min = 2
Between = 0.0008 avg = 4.9
Overall = 0.0018 max = 5
F(4,2157) = 93.42
corr(u_i, Xb) = -0.6824 Prob > F = 0.0000
------------------------------------------------------------------------------
ROAEbitda | Coefficient Std. err. t P>|t| [95% conf. interval]
-------------+----------------------------------------------------------------
FamilyCEO | 0 (omitted)
LnAssets | .00912 .0073177 1.25 0.213 -.0052304 .0234704
Leverage | .0010998 .0016542 0.66 0.506 -.0021443 .0043439
LnSales | .0547579 .0031807 17.22 0.000 .0485203 .0609955
LnFirmAge | .018173 .0169342 1.07 0.283 -.015036 .0513821
Listed | 0 (omitted)
_cons | -.6031131 .063925 -9.43 0.000 -.7284741 -.4777521
-------------+----------------------------------------------------------------
sigma_u | .11107798
sigma_e | .0578294
rho | .78675418 (fraction of variance due to u_i)
------------------------------------------------------------------------------
F test that all u_i=0: F(551, 2157) = 8.35 Prob > F = 0.0000
. . estimates store fe
. . quietly xtreg ROAEbitda FamilyCEO LnAssets LnLiabilities Leverage LnSales LnFirmAge Listed, re
.
. . estimates store re
.
. . hausman fe re
---- Coefficients ----
| (b) (B) (b-B) sqrt(diag(V_b-V_B))
| fe re Difference Std. err.
-------------+----------------------------------------------------------------
LnAssets | .00912 -.0262048 .0353248 .0064722
Leverage | .0010998 .0012577 -.0001579 .0009204
LnSales | .0547579 .0395582 .0151997 .0018378
LnFirmAge | .018173 -.0081283 .0263014 .015901
------------------------------------------------------------------------------
b = Consistent under H0 and Ha; obtained from xtreg.
B = Inconsistent under Ha, efficient under H0; obtained from xtreg.
Test of H0: Difference in coefficients not systematic
chi2(4) = (b-B)'[(V_b-V_B)^(-1)](b-B)
= 174.02
Prob > chi2 = 0.0000
.
. . xtlogit ROAEbitda i.FamilyCEO LnAssets LnLiabilities Leverage LnSales LnFirmAge i.Listed i.Year , fe
outcome does not vary in any group
r(2000);
If you need more data or regression results, let me know and I will upload it here.
Comment