eigenvalue {missRows} | R Documentation |
Obtain the scaled first singular value of the singular-value decomposition
of a rectangular matrix X
as computed by svd
. Scaling
is done by dividing the firts singular value by the root square of the number
of rows in X
. This function is internally called by MFA
and is not usually called directly by a user.
eigenvalue(X)
X |
a numeric matrix whose SVD decomposition can be computed. |
The scaled first singular value of svd(X)
.