Hi everyone,
I am currently working on my PhD dissertation titled "The Impact of Biological Assets on Firm Performance in Malaysian Plantation Companies." I have two independent variables (IVs): biological asset valuation (using Historical Cost and Fair Value) and Disclosure. The moderating variable is Audit Committee, measured using a binary score (1 = has an audit committee, 0 = no audit committee).
The issue I am facing is that when I perform a regression analysis including the moderating variable, the independent variable "biological asset valuation - Fair Value" is omitted due to collinearity issues. I have attached my results for your reference.
Could you kindly suggest ways to address this collinearity problem and obtain results without the omission issue?
Thank you for your help!
I am currently working on my PhD dissertation titled "The Impact of Biological Assets on Firm Performance in Malaysian Plantation Companies." I have two independent variables (IVs): biological asset valuation (using Historical Cost and Fair Value) and Disclosure. The moderating variable is Audit Committee, measured using a binary score (1 = has an audit committee, 0 = no audit committee).
The issue I am facing is that when I perform a regression analysis including the moderating variable, the independent variable "biological asset valuation - Fair Value" is omitted due to collinearity issues. I have attached my results for your reference.
Could you kindly suggest ways to address this collinearity problem and obtain results without the omission issue?
Thank you for your help!
Code:
. asdoc xtreg tobinq_w c.bafv_w##i.audcom3 c.disclosure##i.audcom3 fsz_w eps_w lnetinc_w lnage year,fe
(File Myfile.doc already exists, option append was assumed)
note: 1.audcom3 omitted because of collinearity.
note: 1.audcom3#c.bafv_w omitted because of collinearity.
note: 1.audcom3#c.disclosure omitted because of collinearity.
Fixed-effects (within) regression Number of obs = 183
Group variable: id Number of groups = 40
R-squared: Obs per group:
Within = 0.0947 min = 1
Between = 0.0531 avg = 4.6
Overall = 0.0330 max = 7
F(7,136) = 2.03
corr(u_i, Xb) = -0.9259 Prob > F = 0.0554
--------------------------------------------------------------------------------------
tobinq_w | Coefficient Std. err. t P>|t| [95% conf. interval]
---------------------+----------------------------------------------------------------
bafv_w | -1.638312 .7686049 -2.13 0.035 -3.158275 -.1183489
1.audcom3 | 0 (omitted)
|
audcom3#c.bafv_w |
1 | 0 (omitted)
|
disclosure | .088598 .4744341 0.19 0.852 -.8496244 1.02682
|
audcom3#c.disclosure |
1 | 0 (omitted)
|
fsz_w | -.4486973 .1974606 -2.27 0.025 -.8391876 -.058207
eps_w | .1371329 .2063137 0.66 0.507 -.2708651 .5451308
lnetinc_w | .2081806 .1329133 1.57 0.120 -.0546634 .4710247
lnage | 1.251934 1.094251 1.14 0.255 -.9120146 3.415882
year | -.0376564 .045522 -0.83 0.410 -.1276789 .052366
_cons | 79.11343 89.99552 0.88 0.381 -98.85818 257.085
---------------------+----------------------------------------------------------------
sigma_u | .89030996
sigma_e | .38161032
rho | .84479397 (fraction of variance due to u_i)
--------------------------------------------------------------------------------------
F test that all u_i=0: F(39, 136) = 3.01 Prob > F = 0.0000
Click to Open File: Myfile.doc

Comment