Description Usage Arguments Value Examples
View source: R/bn_tabu_gen_1.R
Identifies arcs between nodes with inverse relationships
1 | InverseARCs(Output, threshold = -0.3)
|
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. |
arcs with inverse relationships
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.