R Under development (unstable) (2024-10-01 r87205 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > if (require("testthat", character.only = TRUE)) { + test_check("trinROC") + } Loading required package: testthat Loading required package: trinROC Data overview of empirical ROC Classifier --------------------------------------------------------------------- Applied test: Bootstrap test Significance level: 0.05 Alternative hypothesis: two.sided --------------------------------------------------------------------- data: D-, D0 and D+ Boot statistic: 1.145, Boot p.value: 0.25208 empirical VUS: 0.368, 95% CI: 0.023 0.713 --------------------------------------------------------------------- Data overview of trinormal ROC Classifier --------------------------------------------------------------------- Applied tests: Trinormal based ROC and VUS test Significance level: 0.05 Alternative hypothesis: two.sided --------------------------------------------------------------------- data: D-, D0 and D+ ROC test statistic: 8.69, ROC p.value: 0.06934 VUS test statistic: 1.041, VUS p.value: 0.29777 trinormal VUS: 0.306, 95% CI: 0.044 0.568 Parameters: a b c d 0.6959 -0.3558 0.4462 0.1514 --------------------------------------------------------------------- [ FAIL 0 | WARN 0 | SKIP 0 | PASS 43 ] > > proc.time() user system elapsed 5.89 0.92 6.84