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]
All associated links for this package
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
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
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

hydroTSM  
Time Series Management and Analysis for Hydrological Modelling
S3 functions for management, analysis, interpolation and plotting of time series used in hydrology a ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resizer for Images, Tables and Fancy Resizable Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
plotBart  
Diagnostic and Plotting Functions to Supplement 'bartCause'
Functions to assist in diagnostics and plotting during the causal inference modeling process. Suppl ...
Download / Learn more Package Citations See dependency  
onlineCOV  
Online Change Point Detection in High-Dimensional Covariance Structure
Implement a new stopping rule to detect anomaly in the covariance structure of high-dimensional onli ...
Download / Learn more Package Citations See dependency  
Maintainer: Jun Li (view profile)
smcfcs  
Multiple Imputation of Covariates by Substantive Model Compatible Fully Conditional Specification
Implements multiple imputation of missing covariates by Substantive Model Compatible Fully Condition ...
Download / Learn more Package Citations See dependency  
rofanova  
Robust Functional Analysis of Variance
Implements the robust functional analysis of variance (RoFANOVA), described in Centofanti et al. (20 ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns