Learn R Programming

VBmix (version 0.3.2)

appendToGmm:

Description

concatenates mod2 to mod1.

Usage

appendToGmm(mod1, mod2)

Arguments

mod1
GMM to which mod2 is appended.
mod2
GMM appended to mod1.

Value

GMM with concatenated models, with a set accordingly.

Examples

Run this code
temp <- appendToGmm(gmmpen[[1]], gmmpen[[2]])

Run the code above in your browser using DataLab