For my master thesis, i want to research how Tax avoidance affects the change in ESG (Environmental, Social, Governance) score. I also want to see if Culture (time-invariant) moderates this relationship.
So my model looks like this:
ESG_delta = ETR + Culture + ETR * Culture + Controls
Culture is constructed as 9 specific cultural dimensions with a score ranging from 0-100. For example, Uncertainty avoidance = 55. This is based on in which country a firm has its headquarters. So this is time invariant in my panel dataset.
When I try to do a linear mixed effects regression, there is high multicollinearity present, namely, ETR (Effective tax rate) highly correlates with the interaction term, as well as Culture is correlated with the interaction term. This seems logical, however after trying to mean-center the variables, collinearity is still heavily present.
What to do about this?
So my model looks like this:
ESG_delta = ETR + Culture + ETR * Culture + Controls
Culture is constructed as 9 specific cultural dimensions with a score ranging from 0-100. For example, Uncertainty avoidance = 55. This is based on in which country a firm has its headquarters. So this is time invariant in my panel dataset.
When I try to do a linear mixed effects regression, there is high multicollinearity present, namely, ETR (Effective tax rate) highly correlates with the interaction term, as well as Culture is correlated with the interaction term. This seems logical, however after trying to mean-center the variables, collinearity is still heavily present.
What to do about this?
Comment