corsel {AFR} | R Documentation |
multicollinearity is the occurence of high interrelations among two or more independent variables in a multiple regression.
corsel(x, thrs, num)
x |
is a numeric vector or matrix |
thrs |
threshold set to calculate correlation above |
num |
logical |
data(macroKZ)
corsel(macroKZ,num=FALSE,thrs=0.65)