RobRSVD.all {RaJIVE} | R Documentation |
Computes the robust SVD of a matrix
Description
Computes the robust SVD of a matrix
Usage
RobRSVD.all(data, nrank = min(dim(data)), svdinit = svd(data))
Arguments
data |
Matrix. X matrix. |
nrank |
Integer. Rank of SVD decomposition |
svdinit |
List. The standard SVD. |
Value
List. The SVD of X.
[Package RaJIVE version 1.0 Index]