.adjustX | R Documentation |
Adjust a model matrix When not rank deficient, do nothing. When rank deficient matrix, drop columns.
.adjustX(X, tol = NULL, why_dropped = FALSE)
X |
model matrix |
tol |
non-negative tolerance for testing for "practically zero" singular values (passed to Matrix::rankMatrix()) |
why_dropped |
logical indicating whether or not to provide information about sets of collinear predictors (not yet implemented) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.