deflat {mogsa}R Documentation

deflat function used by mbpca

Description

An internal function called by mbpca.

Usage

deflat(x, t, tb, pb, method = "globalScore")

Arguments

x

A list of matrix want to deflat

t

The global scores returned by msvd or nipalsSoftK

tb

The block scores returned by msvd or nipalsSoftK

pb

The block loadings returned by msvd or nipalsSoftK

method

A charater to specify the deflation strateg, could be one of c("globalScore", "blockLoading", "blockScore").

Value

A list of deflated matrix

Author(s)

Chen Meng


[Package mogsa version 1.28.0 Index]