getThetaMatrix-method: Wrapper function for a 'MixtureModel”s theta accessor.

Description Usage Arguments Value

Description

This function retrieves the model's theta values as a matrix.

Usage

1
2
3
4
5
6
7
getThetaMatrix(model)

## S4 method for signature 'MixtureModel'
getThetaMatrix(model)

## S4 method for signature 'SingleBatchModel'
getThetaMatrix(model)

Arguments

model

see showMethods(k)

Value

A "b X k" numeric matrix where b is the number batches and k is the number of predicted components.


rscharpf/MixModelViz documentation built on May 29, 2019, 8:55 a.m.