normMppca: normMppca

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Rutils.R

Description

adjusts a MPPCA model to ensure that all factor matrices have same rank (q).

Usage

1
normMppca(mppca1)

Arguments

mppca1

MPPCA model to be adjusted.

Value

adjusted MPPCA.

Author(s)

Pierrick Bruneau

See Also

newMppca mppca

Examples

1
2
3
temp <- newMppca()
for(i in 1:5) temp <- appendToMppca(temp, pcapen[[i]])
temp <- normMppca(temp)

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

Related to normMppca in VBmix...