pye: Penalized Youden Index Estimator R Package

The pye package implements the penalized variable selection and classification methodologies developed during my PhD research at the Complutense University of Madrid (UCM).

The package features the Penalized Youden Index Estimator (PYE) and the Covariate-adjusted Youden Index (covYI) estimator, designed for simultaneous feature selection, coefficient estimation, and threshold optimization, both in low- and high-dimensional settings.

📌 Repository Structure & Versions

⚙️ Core Features Included

🚀 Installation (for Advisors & Collaborators)

To install the package directly from this private repository, make sure you have devtools installed and run the following command in R/RStudio:

```R if (!require(“devtools”)) install.packages(“devtools”) devtools::install_github(“UCMpyePackage/pye”)