computes F1 score for jointnet result
# S3 method for jeek
F1(result, simulatedgraphs, ...)
output generated from any one of the jointnet algorithms
$simulatedgraphs from function simulation()
unused
# NOT RUN {
library(JointNets)
simulationresult = simulation(p = 20, n = c(100,100))
truth = simulationresult$simulatedgraphs
result = jeek(simulationresult$simulatedsamples,0.25,covType = "kendall",parallel = FALSE)
F1(result,truth)
# }
Run the code above in your browser using DataLab