drop_collinear {BMisc} | R Documentation |
drop_collinear
Description
A function to check for multicollinearity and drop collinear terms from a matrix
Usage
drop_collinear(matrix)
Arguments
matrix |
a matrix for which the function will remove collinear columns |
Value
a matrix with collinear columns removed
[Package BMisc version 1.4.8 Index]