getAllEdges: Edges representing the largest model.

Description Usage Arguments

View source: R/LatentForests.R

Description

When creating the LatentForests object a set of edges representing the largest model is required. This function returns those edges as a matrix. This matrix will have edges in the same order but may have flipped which node comes first in any particular edge. That is if edge (1,4) was the 5th edge then it will remain the 5th edge but may now be of the form (4,1).

Usage

1
2
3
4
getAllEdges(this, model)

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

Arguments

this

the LatentForests object.

model

the model number.


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