Hello All,
I am running a multiple regression that looks like this:
I am interested mainly on the impact of indexB on car (cumulative abnormal returns) and whether the interaction with indexA makes any difference.
I have standardised all my variables as I read it was common practice in M&A research, and that it helps to get more steady results. However, since I am using interaction terms, I am struggling with the interpretation of each term and the effect they have on the also standardised dependent variable. Can someone help me understand the interpretation of standardised interactions on a standardised dependent variable? And does it add any value to my regression to have standardised variables? i.e. am I more likely to get significant results if I standardise my variables?
An excerpt of my data is provided below:
Thanks in advance for your help.
Best wishes,
Henry
I am running a multiple regression that looks like this:
Code:
reg car c.indexA##c.indexB controls
I have standardised all my variables as I read it was common practice in M&A research, and that it helps to get more steady results. However, since I am using interaction terms, I am struggling with the interpretation of each term and the effect they have on the also standardised dependent variable. Can someone help me understand the interpretation of standardised interactions on a standardised dependent variable? And does it add any value to my regression to have standardised variables? i.e. am I more likely to get significant results if I standardise my variables?
An excerpt of my data is provided below:
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input float(car indexA indexB zlvalue zpremium) -.04265274 -.031235166 .09289306 -1.3743476 . .05864397 .8657029 -2.986656 .5466814 -.7211906 .9124655 .04350964 .3392571 -1.4847015 -1.1008819 -.4733196 .04350964 .3392571 -1.1832519 -.6927265 .3147303 -1.6008778 -2.0012002 -.07337776 .4242368 2.403794 -2.946285 .3392571 -1.0905318 . -1.1410446 1.0899378 .3392571 -1.2296888 -1.0978322 .5169623 -.0760824 .08673403 -.05377782 -.7135663 .4899784 .4022853 .8135074 -.27336898 . .10567318 -.17325082 -3.017451 -1.1589853 . -.43367136 -2.2735817 .4624389 -.5439201 -.28711247 -.7486368 1.2394273 .9551666 -.9914123 -.9766055 -.18198207 .26774403 -.03028878 -1.0312611 -.9560198 .3653311 1.015193 -.2766528 1.1410673 -1.0863957 .1568007 .41723365 .3392571 -.3966787 -1.0658101 -.13443676 .26774403 -1.1389264 -.9418356 -1.0365835 .09781788 .19299924 -.2150619 -1.2979195 -.8502958 -.14205901 1.314172 -.2150619 .25849387 -1.0607272 -.02275374 .19299924 .6472117 -1.1530515 -1.0630145 -1.2362403 .7909581 -.2766528 .3465459 -.8231024 end
Best wishes,
Henry
Comment