learnCoef {sBIC}R Documentation

Learning coefficient

Description

Computes the learning coefficient for a model with respect to one of the model's submodels.

Usage

learnCoef(this, superModel, subModel)

## S3 method for class 'MixtureModels'
learnCoef(this, superModel, subModel)

## S3 method for class 'FactorAnalyses'
learnCoef(this, superModel, subModel)

## S3 method for class 'LatentForests'
learnCoef(this, superModel, subModel)

## S3 method for class 'ReducedRankRegressions'
learnCoef(this, superModel, subModel)

Arguments

this

the object representing the model poset.

superModel

the larger model of the two input models.

subModel

the submodel of the larger model.


[Package sBIC version 0.2.0 Index]