- Notifications
You must be signed in to change notification settings - Fork0
toduckhanh/ClusROC
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The R package ClusROCThis 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 inTo 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 inXiong et al. (2018). Visualization tools are also provided. We refer readers to the articles cited above for all details.
The latest release of package can be installed directly from CRAN by using the code below:
# Install latest release from CRANinstall.packages("ClusROC")To install the latest development version from Github, you’ll need to doa source install. Those aren’t easy! Try
# Install development version from Githublibrary(devtools)install_github("toduckhanh/ClusROC")About
The R package ClusROC
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.