Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The R package ClusROC

License

NotificationsYou must be signed in to change notification settings

toduckhanh/ClusROC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION

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.

INSTALLATION

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")

[8]ページ先頭

©2009-2025 Movatter.jp