GithubHelp home page GithubHelp logo

Comments (4)

xrobin avatar xrobin commented on July 1, 2024

Hi Sproodl, thanks for your report.
This doesn't look like pROC output. Can you please post the output of sessionInfo()?
Next, if you can post the full command you're running with the exact data that you feed into it (use str or better dump) that would be helpful too.

from proc.

sproodl avatar sproodl commented on July 1, 2024

sessionInfo()
R version 3.4.2 (2017-09-28)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)

Matrix products: default

locale:
[1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252 LC_MONETARY=German_Germany.1252
[4] LC_NUMERIC=C LC_TIME=German_Germany.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] xtable_1.8-2 ggcorrplot_0.1.1 GGally_1.3.2 semPlot_1.1 lavaan_0.5-23.1097 Hmisc_4.0-3
[7] ggplot2_2.2.1 Formula_1.2-2 survival_2.41-3 lattice_0.20-35 pROC_1.10.0 car_2.1-6
[13] haven_1.1.0 knitr_1.17 effsize_0.7.1 psych_1.7.8

loaded via a namespace (and not attached):
[1] nlme_3.1-131 pbkrtest_0.4-7 RColorBrewer_1.1-2 mi_1.0 tools_3.4.2
[6] backports_1.1.1 R6_2.2.2 rpart_4.1-11 d3Network_0.5.2.1 lazyeval_0.2.1
[11] mgcv_1.8-20 colorspace_1.3-2 nnet_7.3-12 gridExtra_2.3 mnormt_1.5-5
[16] compiler_3.4.2 qgraph_1.4.4 fdrtool_1.2.15 quantreg_5.34 htmlTable_1.9
[21] SparseM_1.77 network_1.13.0 scales_0.5.0 checkmate_1.8.5 readr_1.1.1
[26] quadprog_1.5-5 sem_3.1-9 stringr_1.2.0 digest_0.6.12 pbivnorm_0.6.0
[31] foreign_0.8-69 minqa_1.2.4 base64enc_0.1-3 jpeg_0.1-8 pkgconfig_2.0.1
[36] htmltools_0.3.6 lme4_1.1-14 lisrelToR_0.1.4 htmlwidgets_0.9 rlang_0.1.2
[41] huge_1.2.7 statnet.common_4.0.0 gtools_3.5.0 acepack_1.4.1 magrittr_1.5
[46] OpenMx_2.8.3 Matrix_1.2-11 Rcpp_0.12.13 munsell_0.4.3 abind_1.4-5
[51] rockchalk_1.8.110 stringi_1.1.5 whisker_0.3-2 MASS_7.3-47 plyr_1.8.4
[56] matrixcalc_1.0-3 grid_3.4.2 parallel_3.4.2 forcats_0.2.0 splines_3.4.2
[61] hms_0.3 sna_2.4 igraph_1.1.2 boot_1.3-20 rjson_0.2.15
[66] corpcor_1.6.9 BDgraph_2.43 reshape2_1.4.2 stats4_3.4.2 XML_3.98-1.9
[71] latticeExtra_0.6-28 data.table_1.10.4-3 png_0.1-7 nloptr_1.0.4 MatrixModels_0.4-1
[76] gtable_0.2.0 reshape_0.8.7 semTools_0.4-14 coda_0.19-1 glasso_1.8
[81] tibble_1.3.4 arm_1.9-3 ggm_2.3 ellipse_0.3-8 cluster_2.0.6

dump.zip

RocDeprBsi <- roc(ZPHUDeprSyn,ZPHUBSIM03Pr, na.rm = TRUE)
RocDeprISR <- roc(ZPHUDeprSyn,ZPHUISRM00Pr,na.rm = TRUE)
RocTable <- rbind(RocDeprBsi$auc, RocDeprISR$auc,RocDeprBsi$ci[1],RocDeprBsi$ci[3],RocDeprISR$ci[1],RocDeprISR$ci[3])
View(RocTable)
RocDeprBsi$ci
NULL

from proc.

sproodl avatar sproodl commented on July 1, 2024

Mhm, the auc is computed this time, not sure what I did differently.

from proc.

xrobin avatar xrobin commented on July 1, 2024

Most likely you had a package attached that provided a different roc function. There are many such packages; I listed some a long time ago in the FAQ but the list has probably grown longer since.

Next time you hit this, please run the sessionInfo() command again. If the offending package is not listed in the FAQ page please re-open this issue so we can have a look.

from proc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.