Description Usage Arguments Value
View source: R/contrast_utils.R
Determine and drop redundant columns using the qr
decomposition.
1 | ensure_full_rank(X, tol = 1e-07, silent = FALSE, test.ans = FALSE)
|
X |
a design matrix as produced by |
tol |
|
silent |
throw message if columns are dropped from |
test.ans |
Test if the resulting/returned matrix has full rank? Default
is |
A design matrix in which redundant columns are dropped
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.