powered by
Performance of estimates, such as sensitivity, specificity, and more.
perf(x, true)
estimated binary network matrix.
true binary network matrix.
p list with results.
# NOT RUN { trueNet=matrix(c(0,0,0,1,0,0,0,1,0),3,3) am=matrix(c(0,0,0,1,0,1,0,1,0),3,3) p=perf(am, trueNet) # }
Run the code above in your browser using DataLab