powered by
Collearity digsnotics with tolerance, VIF, eigenvalue, condition index, variance proportions
Coll(Formula, Data)
fomula of the model
input data as a matrix or data.frame
tolerance of independent variables
variance inflation factor of independent variables
eigenvalue of Z'Z (crossproduct) of standardized independent variables
condition index
proportions of variances
Sometimes collinearity diagnostics after multiple linear regression are necessary.
# NOT RUN { Coll(mpg ~ disp + hp + drat + wt + qsec, mtcars) # }
Run the code above in your browser using DataLab