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.
main (Version 0.1.0 - 2026): Clean
production-ready codebase optimized according to CRAN guidelines.
Prepared for submission.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”)