pROC 1.4.1 released

Here is pROC 1.4.1. It introduces a single feature, but a significant one: unpaired Venkatraman's test1. Now you can write:

library(pROC)
set.seed(1)
response1 <- round(runif(1000, 0, 1))
response2 <- round(runif(1000, 0, 1))
predictor1 <- response1 + rnorm(1000)
predictor2 <- response2 + rlnorm(1000)

roc1 <- roc(response1, predictor1, plot=TRUE)
roc2 <- roc(response2, predictor2, plot=TRUE, add=TRUE)

are.paired(roc1, roc2)

roc.test(roc1, roc2, method="delong")
roc.test(roc1, roc2, method="venkatraman", boot.n=200)

Here is the full change log:

As usual, 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
Publié le jeudi 27 janvier 2011 à 12:02 CET
Lien permanent : /blog/2011/01/27/proc-1.4.1-released
Tags : pROC
Commentaires : 0

Switch to English

Chercher

Tags

Bruit de fond Hobbys Humour Informatique Internet Livres Logiciels Moi Mon site web Mozilla Photo Politique Programmation Scolaire Ubuntu pROC

Billets récents

Calendrier

lun.mar.mer.jeu.ven.sam.dim.
12
3456789
10111213141516
17181920212223
24252627282930
31

Syndication

Recommender