wrapperSVD {missRows} | R Documentation |
Wrapper function from the FactoMineR package to perform
Singular Value Decomposition of a matrix. This function
is called internally by MFA
and is not usually
called directly by a user.
wrapperSVD(X, rWeights=NULL, cWeights=NULL, ncp=Inf)
X |
a numeric matrix. |
rWeights |
vector with the weights of each row
( |
cWeights |
vector with the weights of each column
( |
ncp |
the number of components kept for the outputs. |
A list that contains the following components:
vs |
a vector containing the singular values of |
U |
a matrix whose columns contain the left singular
vectors of |
V |
a matrix whose columns contain the right singular
vectors of |