I am am trying to load the "car" package:
install.packages("car")
but I get the following error:
Warning in install.packages :
package ‘car’ is not available (for R version 3.4.3)
Does anyone have any idea how to solve this problem without having to download a new R version?
I need this package to check for multicollinearity in my regression (VIF command)...