Learn R Programming

movieROC (version 0.1.1)

Visualizing the Decision Rules Underlying Binary Classification

Description

Visualization of decision rules for binary classification and Receiver Operating Characteristic (ROC) curve estimation under different generalizations proposed in the literature: - making the classification subsets flexible to cover those scenarios where both extremes of the marker are associated with a higher risk of being positive, considering two thresholds (gROC() function); - transforming the marker by a proper function trying to improve the classification performance (hROC() function); - when dealing with multivariate markers, considering a proper transformation to univariate space trying to maximize the resulting AUC of the TPR for each FPR (multiROC() function). The classification regions behind each point of the ROC curve are displayed in both static graphics (plot_buildROC(), plot_regions() or plot_funregions() function) or videos (movieROC() function).

Copy Link

Version

Install

install.packages('movieROC')

Monthly Downloads

551

Version

0.1.1

License

GPL-3

Maintainer

Sonia Perez-Fernandez

Last Published

June 28th, 2024

Functions in movieROC (0.1.1)

plot

Plot an ROC curve
multiROC

Build a ROC curve for a multivariate marker with dimension \(p\)
HCC

Hepatocellular carcinoma data
gROC

Build a ROC curve for a univariate marker
movieROC

Create a video with the building procedure of the ROC curve
hROC

Build a ROC curve for a transformation of a univariate marker
movieROC2_densities

Create a video with the building procedure of the smooth ROC curve estimate
plot_buildROC

Plot the building procedure of the ROC curve
plot_densities

Plot density function estimates for controls and cases
plot_regions

Plot the classification regions underlying a ROC curve
predict

Predict the classification regions for a particular specificity
print

Print an ROC curve object
plot_funregions

Plot the transformation function used for the marker
plot_densityROC

Plot standard smooth ROC curve estimate
gROC_param

Build a binormal ROC curve for a univariate marker