pPerf | R Documentation |
pPerf
pPerf
mush have following components: PRS, AUROC, Fmax,
ROC_perf, PR_perf, Pred_obj.
pPerf(PRS, AUROC, Fmax, ROC_perf, PR_perf, Pred_obj) ## S3 method for class 'pPerf' print(x, ...)
PRS |
a data frame |
AUROC |
a scalar |
Fmax |
a scalar |
ROC_perf |
a ROCR 'performance' object for ROC curve |
PR_perf |
a ROCR 'performance' object for PR curve |
Pred_obj |
a ROCR 'prediction' object for other performance measures |
x |
an object of class |
... |
other parameters |
an object of S3 class pPerf
## Not run: # Load the library library(Pi) ## End(Not run) RData.location <- "http://galahad.well.ox.ac.uk/bigdata" ## Not run: pPerf(PRS, AUROC, Fmax, ROC_perf, PR_perf, Pred_obj) ## End(Not run)