performance.pcor(inferred.pcor, true.pcor=NULL,
fdr=TRUE, cutoff.ggm=0.8,verbose=FALSE,plot.it=FALSE)inferred.pcor are tested for significance. Default is fdr=TRUEverbose=FALSEplot.it=FALSEncol(inferred.pcor). Its ith entry indicated the number of nodes that are connected to the ith node.fdr=TRUE)fdr=TRUE)fdr=TRUE)true.pcor is provided, the function also returns
the power (= true positive rate), the false positive rate and the positive predictive value. For non-sparse estimates that involve
testing (i.e. fdr=TRUE) the function also returns the area under the curve, and a pair of vectors of false and true positive rates.
The latter can e.g. be used to plot a ROC-curve.