powered by
Get pruned adjacency network.
pruning(adj, models, winner, e = 20)
list with network adjacency from getAdjacency().
list of models.
matrix 2D with winning models.
bayes factor for network pruning.
thr list with pruned network adjacency.
# NOT RUN { data("utestdata") # select only 3-nodes to speed-up this example sub=subject(myts[,1:3]) p=pruning(sub$adj, sub$models, sub$winner) # }
Run the code above in your browser using DataLab