| msvd {mogsa} | R Documentation |
mbpca.
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.
msvd(x, svd.sol = svd)
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