setData.BinomialMixtures {sBIC}R Documentation

Set data for the binomial mixture models.

Description

Sets the data to be used by the binomial mixture models when computing MLEs.

Usage

## S3 method for class 'BinomialMixtures'
setData(this, data)

Arguments

this

the BinomialMixtures object.

data

the data to be set, should be a numeric vector of non-negative integers.


[Package sBIC version 0.2.0 Index]