Learn R Programming

VBmix (version 0.2.8)

normMppca: normMppca

Description

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

Usage

normMppca(mppca1)

Arguments

mppca1
MPPCA model to be adjusted.

Value

  • adjusted MPPCA.

See Also

newMppca mppca

Examples

Run this code
temp <- newMppca()
for(i in 1:5) temp <- appendToMppca(temp, pcapen[[i]])
temp <- normMppca(temp)

Run the code above in your browser using DataLab