Description Usage Arguments Value Author(s) See Also
An internal function called by mbpca. It returns the result comparable
with nipalsSoftK, but way faster since it uses the SVD algorithm. No sparse opertors
in this function.
1 |
x |
The input matrix, rows are observations, columns are variables |
svd.sol |
A function object to specify the preferred SVD solver, default is |
an list object contains the following elements:
tb - the block scores
pb - the block loadings
t - the global scores
w - the wegihts of block scores to construct the global scor
Chen Meng
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.