BIC {flowClust}R Documentation

Extract the BIC for a flowClust fit.

Description

Extract the bayesian information criterion for a flowClust fit.

Usage

## S3 method for class 'flowClustList'
BIC(object, ...)

## S3 method for class 'flowClust'
BIC(object, ...)

Arguments

object

flowClustList or flowClust fitted object

...

other arguments. Currently not used.

Value

vector of BIC or ICL values


[Package flowClust version 3.22.0 Index]