parents: Parents of a model.

Description Usage Arguments

View source: R/ModelPoset.R

Description

Returns the immediate parents of a given model, i.e. those models M that are (in the poset ordering) less than the given model but for which there exists no other model M' such that M < M' < (given model).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
parents(this, model)

## S3 method for class 'MixtureModels'
parents(this, model)

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

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

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

Arguments

this

the object representing the model poset.

model

the model for which the parents should be found.


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