getTopOrder: Topological ordering of models.

Description Usage Arguments

View source: R/ModelPoset.R

Description

Returns a topological ordering of models in the collection.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
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.


sBIC documentation built on May 2, 2019, 4:16 a.m.