Learn R Programming

multdyn (version 1.6)

getThreshAdj: Get thresholded adjacency network.

Description

Get thresholded adjacency network.

Usage

getThreshAdj(adj, models, winner, bf = 20)

Arguments

adj

list with network adjacency from getAdjacency().

models

matrix 3D with full model estimates.

winner

matrix 2D with winning models.

bf

bayes factor for network thresholding.

Value

thr list with thresholded network adjacency.