View source: R/auxiliary_functions.R
rank_via_null | R Documentation |
Calculate rank of (sparse) matrix by a QR decomposition.
rank_via_null(X, outer = FALSE)
X |
Sparse Matrix with size N by p. |
outer |
Calculate rank of X^T X. Often much faster if N >> p. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.