# NOT RUN {
library(JointNets)
simulationresult = simulation(p = 20, n = c(100,100))
truth = simulationresult$simulatedgraphs
result = wsimule(simulationresult$simulatedsamples,
0.2, 1, W = matrix(1,20,20), covType = "cov", FALSE)
F1(result,truth)
# }
Run the code above in your browser using DataLab