Skip to contents

Removes all the edges that proved to be either non-significant or smaller than the specified threshold. Returns `bootnetResult` object.

Usage

prune_boot(net, boot, thresh = NA)

Arguments

net

`bootnetResult` network

boot

`bootnet` object, should be bootstrapped network from `net` argument.

thesh

cutoff level (absolute) below which the edges are removed. By default, NA, keeps all the significant edges.