Skip to content
/ ClusROC Public

❗ This is a read-only mirror of the CRAN R package repository. ClusROC — ROC Analysis in Three-Class Classification Problems for Clustered Data. Homepage: https://github.com/toduckhanh/ClusROC Report bugs for this package: https://github.com/toduckhanh/ClusROC/issues

License

Notifications You must be signed in to change notification settings

cran/ClusROC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClusROC

INTRODUCTION

The R package ClusROC This package implements the techniques for ROC surface analysis, in cases of clustered data and in presence of covariates. In particular, the package allows to obtain covariate-specific point and interval estimation for:

  • true class fractions (TCFs) at fixed pairs of thresholds;
  • the ROC surface;
  • the optimal pairs of thresholds;
  • the volume under ROC surface (VUS).

Methods considered for the first three quantities are proposed and discussed in To et al. (2022). Referring to the third, three different selection criteria are implemented: Generalized Youden Index (GYI), Closest to Perfection (CtP) and Maximum Volume (MV). Methods considered for the last are proposed and discussed in Xiong et al. (2018). Visualization tools are also provided. We refer readers to the articles cited above for all details.

INSTALLATION

The latest release of package can be installed directly from CRAN by using the code below:

# Install latest release from CRAN
install.packages("ClusROC")

To install the latest development version from Github, you’ll need to do a source install. Those aren’t easy! Try

# Install development version from Github
library(devtools)
install_github("toduckhanh/ClusROC")

About

❗ This is a read-only mirror of the CRAN R package repository. ClusROC — ROC Analysis in Three-Class Classification Problems for Clustered Data. Homepage: https://github.com/toduckhanh/ClusROC Report bugs for this package: https://github.com/toduckhanh/ClusROC/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published