
Last chance! 50% off unlimited learning
Sale ends in
The function implements the Interval Testing Procedure to test the difference between two curves.
robinFDATest(x, verbose = FALSE)
Two plots: the fitted curves and the adjusted p-values. A vector of the adjusted p-values.
A robin class object. The output of the functions:
robinRobust
and robinCompare
.
flag for verbose output (default as FALSE).
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")
robinFDATest(comp)
Run the code above in your browser using DataLab