removeColRank: Return rank of the matrix and the ranks of resulting matrices...

View source: R/assertFullRank.R

removeColRankR Documentation

Return rank of the matrix and the ranks of resulting matrices when each column is removed

Description

Return rank of the matrix and the ranks of resulting matrices when each column is removed

Usage

removeColRank(matrix)

Arguments

matrix

A numeric matrix

Value

A data.frame with n+1 rows, where n is the column count of the input matrix

Examples

myMat <- matrix(c(1,1,1, 0,1,1, 0,0,1, 1,0,0), ncol=4, byrow=FALSE)
removeColRank(myMat)

bedapub/ribiosExpression documentation built on Sept. 2, 2023, 4:37 a.m.