InverseARCs: Identifies arcs between nodes with inverse relationships

Description Usage Arguments Value Examples

View source: R/bn_tabu_gen_1.R

Description

Identifies arcs between nodes with inverse relationships

Usage

1
InverseARCs(Output, threshold = -0.3)

Arguments

Output

a data frame containing the output of BN_Conditions function.

threshold

number indicating the maximum slope for defining negative relationships. Default level is -0.3.

Value

arcs with inverse relationships

Examples

1
2
3
4
GMIC_net_dir<-system.file("extdata", "GMIC_net.Rdata", 
package = "GmicR", mustWork = TRUE)
load(GMIC_net_dir)
GMIC_Final<-InverseARCs(GMIC_net, threshold = -0.3)

GmicR documentation built on Nov. 8, 2020, 7:07 p.m.