# \#rocanalysisjl

**URL:** https://discourse.julialang.org/tag/rocanalysisjl/1676.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Area under a ROC Curve after a logistic regression](https://discourse.julialang.org/t/area-under-a-roc-curve-after-a-logistic-regression/121121)

<div class="topic-metadata">

**Author:** [@mwsohn](https://discourse.julialang.org/u/mwsohn)\
**Replies:** 3\
**Last updated:** [April 14, 2026, 8:09pm UTC](https://discourse.julialang.org/t/area-under-a-roc-curve-after-a-logistic-regression/121121 "2026-04-14T20:09:03Z")

</div>

I am trying to compute ROCAnalysis.jl package to compute the AUC value after a logistic regression. When I ran auc(roc(dep, pred)), where dep is the vector with original binary dependent variable and pred the predicted…
