svd.triplet {FactoMineR} | R Documentation |
Singular Value Decomposition of a Matrix
Description
Compute the singular-value decomposition of a rectangular matrix with weights for rows and columns.
Usage
svd.triplet(X, row.w=NULL, col.w=NULL)
Arguments
X |
a data matrix |
row.w |
vector with the weights of each row (NULL by default and the weights are uniform) |
col.w |
vector with the weights of each column (NULL by default and the weights are uniform) |
Value
d |
a vector containing the singular values of 'x'; |
u |
|
v |
|
{a matrix whose columns contain the right singular vectors of 'x'.}
See Also
svd
[Package
FactoMineR version 1.10
Index]