## deliberately overriding the default for showWarnings, so as to not confuse
## timing tests run by CRAN; you should not need to do this
OutputReport(dataset = rocData, method = "DBMH", fom = "Wilcoxon",
dataDscrpt = "MyROCData", showWarnings = FALSE)
OutputReport(dataset = rocData, method = "DBMH", fom = "Wilcoxon",
reportFile = "MyROCDataAnalysis.txt", showWarnings = FALSE)
OutputReport(dataset = rocData, method = "ORH", fom = "Wilcoxon", showWarnings = FALSE)
OutputReport(dataset = frocData, method = "DBMH", fom = "Wilcoxon") # ERROR!
OutputReport(dataset = frocData, method = "ORH") # default fom is wJAFROC
OutputReport(dataset = frocData, method = "DBMH", fom = "HrAuc")
OutputReport(dataset = roiData, method = "ORH", fom = "ROI")
Run the code above in your browser using DataLab