getDimension: Model dimension.

Description Usage Arguments

View source: R/ModelPoset.R

Description

Computes the dimension of a model in the model poset.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
getDimension(this, model)

## S3 method for class 'BinomialMixtures'
getDimension(this, model)

## S3 method for class 'FactorAnalyses'
getDimension(this, model)

## S3 method for class 'GaussianMixtures'
getDimension(this, model)

## S3 method for class 'LCAs'
getDimension(this, model)

## S3 method for class 'LatentForests'
getDimension(this, model)

## S3 method for class 'ReducedRankRegressions'
getDimension(this, model)

Arguments

this

the object representing the model poset.

model

the model for which the dimension should be computed.


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