rank_via_null: Rank of Matrix

View source: R/auxiliary_functions.R

rank_via_nullR Documentation

Rank of Matrix

Description

Calculate rank of (sparse) matrix by a QR decomposition.

Usage

rank_via_null(X, outer = FALSE)

Arguments

X

Sparse Matrix with size N by p.

outer

Calculate rank of X^T X. Often much faster if N >> p.


FactorHet documentation built on April 4, 2025, 5:44 a.m.