pROC 1.2 released

The version 1.2 of pROC has just been released.

The main feature of this new version: the confidence interval of an AUC can be computed with the DeLong1 method.

library(pROC)
data(aSAH)
rocs100 <- roc(aSAH$outcome, aSAH$s100)
ci(rocs100)

Obviously they can still be computed with bootstrap:

ci(rocs100, method="bootstrap")

But the DeLong method is significantly faster. It works on full AUC only – for partial AUC you still have the bootstrap only.

Here is the full change log:

You can find the new version on ExPASy and on the CRAN. To update, type update.packages() or install.packages("pROC") if you want to update pROC only.

Xavier Robin
Published Sunday, May 9, 2010 17:50 CEST
Permalink: /blog/2010/05/09/proc-1.2-released
Tags: pROC
Comments: 0

Comments

No comment

New comment

* denotes a mandatory field.

By submitting your message, you accept to publish it under a CC BY-SA 3.0 license.

Some HTML tags are allowed: a[href, hreflang, title], br, em, i, strong, b, tt, samp, kbd, var, abbr[title], acronym[title], code, q[cite], sub, sup.

Passer en français

Search

Tags

Background noise Books Computers Fun Hobbies Internet Me Mozilla My website Photo Politics Programming School Software Ubuntu pROC

Recent posts

Calendar

MonTueWedThuFriSatSun
12
3456789
10111213141516
17181920212223
24252627282930
31

Syndication

Recommend