Hi
I am writing my Master's thesis in international trade / strategies for sourcing intermediate inputs in production.
Some of what I do rely on comparing the productivity across mutually exclusive groups. However, finding a way to see if the differences in productivity are significant is not really straightforward. The two Methods I have seen used and that seem reasonable is either regressing productivity on a set of control variables for country and sector fixed effects, and including 1 dummy for each sourcing strategy. This would then compare the averages, and I can run F-tests to check whether they are different from each other.
Another alternative is to check whether the distribution of productivity across firms are different, which I can use ksmirnov in Stata for. What would be the best alternative?
Regression:
Source | SS df MS Number of obs = 2,874
-------------+---------------------------------- F(26, 2847) = 25.25
Model | 132.835205 26 5.10904635 Prob > F = 0.0000
Residual | 575.984262 2,847 .202312702 R-squared = 0.1874
-------------+---------------------------------- Adj R-squared = 0.1800
Total | 708.819467 2,873 .246717531 Root MSE = .44979
------------------------------------------------------------------------------
tfp2008 | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
Category |
FO-EU | -.0181627 .0234888 -0.77 0.439 -.0642196 .0278941
FO-NonEU | .0118199 .0256205 0.46 0.645 -.0384168 .0620566
+Sector&Country dummies.
Result of F-test
( 1) FO-EU - FO-NonEU = 0
F( 1, 2847) = 2.26
Prob > F = 0.1332
K-S test:
Smaller group D P-value
---------------------------------------------
FO-EU: 0.0806 0.001
FO-NonEU: -0.0120 0.846
Combined K-S: 0.0806 0.001
The K-S test suggests a difference in the distributions, but it does not account for the sector or country fixed effects. Running a regression without these dummies also lead to a significant differnence between the 2. Anyone have any ideas or thoughts on what is the best thing to do here?
I am writing my Master's thesis in international trade / strategies for sourcing intermediate inputs in production.
Some of what I do rely on comparing the productivity across mutually exclusive groups. However, finding a way to see if the differences in productivity are significant is not really straightforward. The two Methods I have seen used and that seem reasonable is either regressing productivity on a set of control variables for country and sector fixed effects, and including 1 dummy for each sourcing strategy. This would then compare the averages, and I can run F-tests to check whether they are different from each other.
Another alternative is to check whether the distribution of productivity across firms are different, which I can use ksmirnov in Stata for. What would be the best alternative?
Regression:
Source | SS df MS Number of obs = 2,874
-------------+---------------------------------- F(26, 2847) = 25.25
Model | 132.835205 26 5.10904635 Prob > F = 0.0000
Residual | 575.984262 2,847 .202312702 R-squared = 0.1874
-------------+---------------------------------- Adj R-squared = 0.1800
Total | 708.819467 2,873 .246717531 Root MSE = .44979
------------------------------------------------------------------------------
tfp2008 | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
Category |
FO-EU | -.0181627 .0234888 -0.77 0.439 -.0642196 .0278941
FO-NonEU | .0118199 .0256205 0.46 0.645 -.0384168 .0620566
+Sector&Country dummies.
Result of F-test
( 1) FO-EU - FO-NonEU = 0
F( 1, 2847) = 2.26
Prob > F = 0.1332
K-S test:
Smaller group D P-value
---------------------------------------------
FO-EU: 0.0806 0.001
FO-NonEU: -0.0120 0.846
Combined K-S: 0.0806 0.001
The K-S test suggests a difference in the distributions, but it does not account for the sector or country fixed effects. Running a regression without these dummies also lead to a significant differnence between the 2. Anyone have any ideas or thoughts on what is the best thing to do here?
Comment