# VIF
PI BI
1.68431 1.68431
# cor.test
Pearson's product-moment correlation
data: df$PI and df$BI
t = 42.464, df = 2635, p-value < 2.2e-16
alternative hypothesis: true correlation is not equal to 0
95 percent confidence interval:
0.6141774 0.6595292
sample estimates:
cor
0.637405
It seems like there might not be multicollinearity according to VIF, even though the predictors are correlated.
Moreover, in the regression, they have negative coefficients at each model on the dependent variable, but if they are in one regression model, BI turns as positive.
Is there multicollinearity?