Dear all,
I am currently checking my unbalanced panel data for various aspects and have some trouble to put the puzzle together. My n = 311 and T= 12.
I started to check first for multicollinearity. Due to the fact that I am looking at four independent, but related, variables (score 1, score 1.1, score 1.2, score 1.3) and its impact on one dependent variable, I get high values at the vif. Since the three last mentioned scores are parts of the first score, this might cause high multicollinearity, right? All the other values are below the threshold of 5 (or 10).
From a scientific perspective, should I conduct the following analysis all one by one (see below) or should I try to tackle the multicollinearity somehow?
Any thoughts will be appreciated!!
Paul
I am currently checking my unbalanced panel data for various aspects and have some trouble to put the puzzle together. My n = 311 and T= 12.
I started to check first for multicollinearity. Due to the fact that I am looking at four independent, but related, variables (score 1, score 1.1, score 1.2, score 1.3) and its impact on one dependent variable, I get high values at the vif. Since the three last mentioned scores are parts of the first score, this might cause high multicollinearity, right? All the other values are below the threshold of 5 (or 10).
From a scientific perspective, should I conduct the following analysis all one by one (see below) or should I try to tackle the multicollinearity somehow?
Code:
xtreg DV score1 'controls xtreg DV score1_1 'controls xtreg DV score1_2 'controls
Paul

Comment