std_scores.svd | R Documentation |
Computes standardized scores from an SVD result performed by svd_wrapper
.
These scores are scaled to have approximately unit variance, assuming the original
data used for SVD was centered. They differ from the s
component of the
svd
object, which contains scores scaled by singular values.
## S3 method for class 'svd'
std_scores(x, ...)
x |
An object of class |
... |
Extra arguments (ignored). |
A matrix of standardized scores (N x k) with columns having variance close to 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.