getNumModels {sBIC}R Documentation

Number of models.

Description

Returns the number of models in the collection.

Usage

getNumModels(this)

## S3 method for class 'BinomialMixtures'
getNumModels(this)

## S3 method for class 'FactorAnalyses'
getNumModels(this)

## S3 method for class 'GaussianMixtures'
getNumModels(this)

## S3 method for class 'LCAs'
getNumModels(this)

## S3 method for class 'LatentForests'
getNumModels(this)

## S3 method for class 'ReducedRankRegressions'
getNumModels(this)

Arguments

this

the model poset object.


[Package sBIC version 0.2.0 Index]