This package browser is in early development. Mind the rough edges.

r-rocit

Performance Assessment of Binary Classifier with Visualization

Sensitivity (or recall or true positive rate), false positive rate, specificity, precision (or positive predictive value), negative predictive value, misclassification rate, accuracy, F-score---these are popular metrics for assessing performance of binary classifiers for certain thresholds. These metrics are calculated at certain threshold values. Receiver operating characteristic (ROC) curve is a common tool for assessing overall diagnostic ability of the binary classifier. Unlike depending on a certain threshold, area under ROC curve (also known as AUC), is a summary statistic about how well a binary classifier performs overall for the classification task. The ROCit package provides flexibility to easily evaluate threshold-bound metrics.

Installation

Install the latest version of r-rocit as follows:

guix install r-rocit

Or install a particular version:

guix install r-rocit@2.1.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-rocit about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-rocit'><img src='https://packages.guix.gnu.org/packages/r-rocit/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-rocit/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-rocit)

Example Org:

[[https://packages.guix.gnu.org/packages/r-rocit][https://packages.guix.gnu.org/packages/r-rocit/badges/latest-version.svg]]