In testing the relationship between CSR performance and the amount of institutional owners, a few control variables show high kurtosis and high skewness. I read that this is problematic when performing regressions which follows 'normality' assumptions. However I can't find anything about this for negative binomial regression. I have three controls: Return on assets (ratio), total assets (continuous in dollars) and long term debt to assets (ratio). When doing regressions, total assets behaves abnormally and shows a high standard error, unrealistic CI values and a very big coefficient. When the logarithmic variable of total assets in included, the variable behaves normally and shows normal statistics. However, return on assets and long term debt to assets also show high kurtosis and skew, should I transform these variables as well to normalize them?
Code:
stats | IOAmou~G CSRP ROA DWTA dwtalog dwtadebt ---------+------------------------------------------------------------ mean | 405.6184 56.28656 .0393484 1.56e+07 15.54471 .2970013 p50 | 315 51.475 .045479 6241000 15.64665 .2740095 variance | 95035.41 496.5804 .0239982 7.54e+14 2.524792 .0663786 sd | 308.2781 22.28408 .1549136 2.75e+07 1.588959 .2576404 range | 1932 86.25333 2.827587 3.45e+08 10.19739 5.120585 skewness | 1.921257 .1988748 -3.387187 5.290195 -.4188706 4.779085 kurtosis | 6.989161 1.699786 37.0828 43.41078 3.051194 64.62668 se(mean) | 6.912344 .5329962 .0031936 549453.1 .0317983 .0053147 N | 1989 1748 2353 2497 2497 2350 sum | 806775 98388.9 92.58678 3.89e+10 38815.13 697.953 min | 12 11.20667 -1.822825 12863 9.462111 0 max | 1944 97.46 1.004762 3.45e+08 19.6595 5.120585 ----------------------------------------------------------------------
Comment