appendToGmm: appendToGmm

Description Usage Arguments Value Author(s) Examples

View source: R/Rutils.R

Description

concatenates mod2 to mod1.

Usage

1
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.

Author(s)

Pierrick Bruneau

Examples

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

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

Related to appendToGmm in VBmix...