Learn R Programming

sasLM (version 0.10.5)

Coll: Collinearity Diagnostics

Description

Collearity diagnostics with tolerance, VIF, eigenvalue, condition index, variance proportions

Usage

Coll(Formula, Data)

Value

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

Arguments

Formula

fomula of the model

Data

input data as a matrix or data.frame

Author

Kyun-Seop Bae k@acr.kr

Details

Sometimes collinearity diagnostics after multiple linear regression are necessary.

Examples

Run this code
  Coll(mpg ~ disp + hp + drat + wt + qsec, mtcars) 

Run the code above in your browser using DataLab