deflat {mogsa} | R Documentation |
mbpca
An internal function called by mbpca
.
deflat(x, t, tb, pb, method = "globalScore")
x |
A |
t |
The global scores returned by |
tb |
The block scores returned by |
pb |
The block loadings returned by |
method |
A charater to specify the deflation strateg, could be one of c("globalScore", "blockLoading", "blockScore"). |
A list
of deflated matrix
Chen Meng