getTopOrder {sBIC}R Documentation

Topological ordering of models.

Description

Returns a topological ordering of models in the collection.

Usage

getTopOrder(this)

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

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

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

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

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

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

Arguments

this

the model poset object.


[Package sBIC version 0.2.0 Index]