pruning: Get pruned adjacency network.

Description Usage Arguments Value Examples

View source: R/dgm.R

Description

Get pruned adjacency network.

Usage

1
pruning(adj, models, winner, e = 20)

Arguments

adj

list with network adjacency from getAdjacency().

models

list of models.

winner

matrix 2D with winning models.

e

bayes factor for network pruning.

Value

thr list with pruned network adjacency.

Examples

1
2
3
4
data("utestdata")
# select only 3-nodes to speed-up this example
sub=subject(myts[,1:3])
p=pruning(sub$adj, sub$models, sub$winner)

DGM documentation built on Dec. 11, 2021, 9:54 a.m.

Related to pruning in DGM...