robinGPTest | R Documentation |
This function implements the GP testing procedure and calculates the Bayes factor.
robinGPTest(x, verbose = FALSE)
x |
A robin class object. The output of the functions:
|
verbose |
flag for verbose output (default as FALSE). |
A numeric value, the Bayes factor
my_file <- system.file("example/football.gml", package="robin")
graph <- prepGraph(file=my_file, file.format="gml")
comp <- robinCompare(graph=graph, method1="fastGreedy",method2="infomap")
robinGPTest(comp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.