get_svd_robustH {RaJIVE} | R Documentation |
Computes the robust SVD of a matrix Using robRsvd
Description
Computes the robust SVD of a matrix Using robRsvd
Usage
get_svd_robustH(X, rank = NULL)
Arguments
X |
Matrix. X matrix. |
rank |
Integer. Rank of SVD decomposition |
Value
List. The SVD of X.
[Package RaJIVE version 1.0 Index]