Learn R Programming

VBmix (version 0.3.2)

appendToMppca:

Description

appends mppca2 to mppca1.

Usage

appendToMppca(mppca1, mppca2)

Arguments

mppca1
MPPCA model to be appended to.
mppca2
MPPCA to append to mod1.

Value

appended models.

See Also

appendToGmm appendToList

Examples

Run this code
temp <- appendToMppca(pcapen[[1]], pcapen[[2]])

Run the code above in your browser using DataLab