Other packages > Find by keyword >

ROCR  

Visualizing the Performance of Scoring Classifiers
View on CRAN: Click here


Download and install ROCR package within the R console
Install from CRAN:
install.packages("ROCR")

Install from Github:
library("remotes")
install_github("cran/ROCR")

Install by package version:
library("remotes")
install_version("ROCR", "1.0-11")



Attach the package and use:
library("ROCR")
Maintained by
Felix G.M. Ernst
[Scholar Profile | Author Map]
First Published: 2005-02-26
Latest Update: 2020-05-02
Description:
ROC graphs, sensitivity/specificity curves, lift charts, and precision/recall plots are popular examples of trade-off visualizations for specific pairs of performance measures. ROCR is a flexible tool for creating cutoff-parameterized 2D performance curves by freely combining two from over 25 performance measures (new performance measures can be added using a standard interface). Curves from different cross-validation or bootstrapping runs can be averaged by different methods, and standard deviations, standard errors or box plots can be used to visualize the variability across the runs. The parameterization can be visualized by printing cutoff values at the corresponding curve positions, or by coloring the curve according to cutoff. All components of a performance plot can be quickly adjusted using a flexible parameter dispatching mechanism. Despite its flexibility, ROCR is easy to use, with only three commands and reasonable default values for all optional parameters.
How to cite:
Felix G.M. Ernst (2005). ROCR: Visualizing the Performance of Scoring Classifiers. R package version 1.0-11, https://cran.r-project.org/web/packages/ROCR. Accessed 15 Apr. 2025.
Previous versions and publish date:
1.0-1 (2005-02-26 09:55), 1.0-2 (2007-01-30 09:46), 1.0-3 (2009-10-28 08:55), 1.0-4 (2012-10-29 08:57), 1.0-5 (2014-12-07 17:23), 1.0-6 (2015-03-22 09:33), 1.0-7 (2015-03-26 17:12)
Other packages that cited ROCR R package
View ROCR citation profile
Other R packages that ROCR depends, imports, suggests or enhances
Complete documentation for ROCR
Functions, R codes and Examples using the ROCR R package
Some associated functions: ROCR.hiv . ROCR.simple . ROCR.xval . performance-class . performance . plot-methods . prediction-class . prediction . 
Some associated R codes: ROCR_aux.R . performance.R . performance_measures.R . performance_plots.R . prediction.R . zzz.R .  Full ROCR package functions and examples
Downloads during the last 30 days
03/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for ROCR1000120014001600180020002200240026002800300032003400TrendBars

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
mt  
Metabolomics Data Analysis Toolbox
Functions for metabolomics data analysis: data preprocessing, orthogonal signal correction, PCA ana ...
Download / Learn more Package Citations See dependency  
SAutomata  
Inference and Learning in Stochastic Automata
Machine learning provides algorithms that can learn from data and make inferences or predictions. St ...
Download / Learn more Package Citations See dependency  
bSims  
Agent-Based Bird Point Count Simulator
A highly scientific and utterly addictive bird point count simulator to test statistical assumptio ...
Download / Learn more Package Citations See dependency  
ktsolve  
Configurable Function for Solving Families of Nonlinear Equations
This is designed for use with an arbitrary set of equations with an arbitrary set of unknowns. The ...
Download / Learn more Package Citations See dependency  
ffscrapr  
API Client for Fantasy Football League Platforms
Helps access various Fantasy Football APIs by handling authentication and rate-limiting, forming ap ...
Download / Learn more Package Citations See dependency  
Maintainer: Tan Ho (view profile)

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA