| corsel {AFR} | R Documentation | 
Multicollinearity test
Description
multicollinearity is the occurence of high interrelations among two or more independent variables in a multiple regression.
Usage
corsel(x, thrs, num)
Arguments
x | 
 is a numeric vector or matrix  | 
thrs | 
 threshold set to calculate correlation above  | 
num | 
 logical  | 
Examples
data(macroKZ)
corsel(macroKZ,num=FALSE,thrs=0.65)
[Package AFR version 0.3.5 Index]