Hi there,
I need slight help in my regression model. I am very new to econometric so please excuse if I say something wrong or anything.
I have a balanced panel data and running a regression model with 9 independent variables and 3 control variables for N=9, T=6, where N are the companies.
Where:
Dependent Variable: Performance Measure
Indepvar1, Indepvar2 and Indepvar3 are various ownership structures
Indepvar4 - indepvar9 are my board related other corporate governance variables
Indepvar9 - indepvar 12 are my control variables
Lagrange multiplier test suggests using OLS model so I ran the following model with -reg- command:
To control for autocorrelation and heteroscedasticity, I have used -cluster( companies)
Once the overall model is run, I have to run 2 different regression models as follows with -cluster( companies):
This model tests the impact of various ownership structures on firm performance.
This model tests the impact of other board related corporate governance variables on firm performance.
My question is that the first and the third model did not report Prob > F while the second model report Prob > F = 0.0060.
Why is it that the two models did not report the model significance? Since I have made my submission already, I have a presentation in coming week on my topic.What explanation can I give for the missing Prob > F for two models?
I hope my problem is very much clear to readers. Any help will be appreciated.
Thanks in advance.
I need slight help in my regression model. I am very new to econometric so please excuse if I say something wrong or anything.
I have a balanced panel data and running a regression model with 9 independent variables and 3 control variables for N=9, T=6, where N are the companies.
Where:
Dependent Variable: Performance Measure
Indepvar1, Indepvar2 and Indepvar3 are various ownership structures
Indepvar4 - indepvar9 are my board related other corporate governance variables
Indepvar9 - indepvar 12 are my control variables
Lagrange multiplier test suggests using OLS model so I ran the following model with -reg- command:
Code:
depvar = alpha + indepvar1 + indepvar2 + indepvar3 + indepvar4 + indepvar5 + indepvar6 + indepvar 7 + indepvar8 + indepvar9 + indepvar10 + indepvar 11 + indepvar 12
Once the overall model is run, I have to run 2 different regression models as follows with -cluster( companies):
Code:
depvar = alpha + indepvar1 + indepvar2 + indepvar3 + indepvar10 + indepvar 11 + indepvar 12
Code:
depvar = alpha + indepvar4 + indepvar5 + indepvar6 + indepvar 7 + indepvar8 + indepvar9 + indepvar10 + indepvar 11 + indepvar 12
My question is that the first and the third model did not report Prob > F while the second model report Prob > F = 0.0060.
Why is it that the two models did not report the model significance? Since I have made my submission already, I have a presentation in coming week on my topic.What explanation can I give for the missing Prob > F for two models?
I hope my problem is very much clear to readers. Any help will be appreciated.
Thanks in advance.
Comment