batch {CNPBayes}R Documentation

Retrieve batches from object.

Description

The batches are represented as a vector of integers.

Usage

batch(object)

## S4 method for signature 'MixtureModel'
batch(object)

Arguments

object

see showMethods(batch)

Value

The batch of each data element.

Examples

     batch(MultiBatchModelExample)

[Package CNPBayes version 1.12.0 Index]