Description Usage Arguments Details Value Examples
rank_reduce() generates a low-rank version version of matrix X by computing
its SVD, and then then reconstructing X by keeping only its ncomp most important
singular values.
1  | rank_reduce(X, ncomp)
 | 
X | 
 Numeric matrix  | 
ncomp | 
 number of significant components  | 
This function bypasses the (slower) full computation of the SVD by estimating the singular vectors through diagonalisation of the covariance matrix of X
The corresponding reduced rank version of X
1  | rank_reduce(dataSSN, ncomp = 10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.