eigenMppca: eigenMppca

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/Rutils.R

Description

uses eigen decompositions to align factor matrices to principal bases (see references). NB: mppca and mmppca already perform this operation during their post-processing.

Usage

1

Arguments

mod

MPPCA model which components have to be aligned.

Value

adjusted MPPCA.

Author(s)

Pierrick Bruneau

References

Tipping, M. E. and Bishop, C. M. (1999) _Probabilistic principal component analysis_ ,Journal of the Royal Statistical Society - B Series, Volume 61, Number 3, Pages 611-622.

See Also

mppca newMppca

Examples

1
temp <- eigenMppca(pcapen[[2]])

VBmix documentation built on May 30, 2017, 2:34 a.m.

Related to eigenMppca in VBmix...