Coll | R Documentation |
Collearity diagnostics with tolerance, VIF, eigenvalue, condition index, variance proportions
Coll(Formula, Data)
Formula |
fomula of the model |
Data |
input data as a matrix or data.frame |
Sometimes collinearity diagnostics after multiple linear regression are necessary.
Tol |
tolerance of independent variables |
VIF |
variance inflation factor of independent variables |
Eigenvalue |
eigenvalue of Z'Z (crossproduct) of standardized independent variables |
Cond. Index |
condition index |
Proportions of variances |
under the names of coefficients |
Kyun-Seop Bae k@acr.kr
Coll(mpg ~ disp + hp + drat + wt + qsec, mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.