Dear all,
I study the banking competition using panel data using xtreg command with 8 independent variables (x1, x2, .., x8).
We get the competition level by adding the first 3 coefficients of independent variables after executing the xtreg
(C = beta1 + beta2 + beta3), which is estimated coeff. of x1 x2 and x3.
C will be <=0 for monopoly, C=1 for perfect competition, and 0<C<1 for oligopoly.
I need to test that C is in an oligopoly or 0 < C < 1.
I tried to search and most use two-step of test
1. Test C=0
2. Test C=1
If these 2 tests reject H0, then we can not reject 0 < C < 1
Is there any other way to test that 0 < C < 1?
Note: C will always be in the range 0 - 1, usually 0.xxx for example 0.009 or 0.123 or 0.445 or 0.998 depend on the xtreg result
Thank you for your help
I study the banking competition using panel data using xtreg command with 8 independent variables (x1, x2, .., x8).
We get the competition level by adding the first 3 coefficients of independent variables after executing the xtreg
(C = beta1 + beta2 + beta3), which is estimated coeff. of x1 x2 and x3.
C will be <=0 for monopoly, C=1 for perfect competition, and 0<C<1 for oligopoly.
I need to test that C is in an oligopoly or 0 < C < 1.
I tried to search and most use two-step of test
1. Test C=0
2. Test C=1
If these 2 tests reject H0, then we can not reject 0 < C < 1
Is there any other way to test that 0 < C < 1?
Note: C will always be in the range 0 - 1, usually 0.xxx for example 0.009 or 0.123 or 0.445 or 0.998 depend on the xtreg result
Thank you for your help
Comment