pruning {DGM}R Documentation

Get pruned adjacency network.

Description

Get pruned adjacency network.

Usage

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

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

[Package DGM version 1.7.4 Index]