learnCoef: Learning coefficient

Description Usage Arguments

View source: R/ModelPoset.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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.


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