powered by
Collearity diagnostics with tolerance, VIF, eigenvalue, condition index, variance proportions
Coll(Formula, Data)
tolerance of independent variables
variance inflation factor of independent variables
eigenvalue of Z'Z (crossproduct) of standardized independent variables
condition index
under the names of coefficients
fomula of the model
input data as a matrix or data.frame
Kyun-Seop Bae k@acr.kr
Sometimes collinearity diagnostics after multiple linear regression are necessary.
Coll(mpg ~ disp + hp + drat + wt + qsec, mtcars)
Run the code above in your browser using DataLab