Package: TRexSelector Title: T-Rex Selector: High-Dimensional Variable Selection & FDR Control Version: 1.0.0 Date: 2024-02-23 Description: Performs fast variable selection in high-dimensional settings while controlling the false discovery rate (FDR) at a user-defined target level. The package is based on the paper Machkour, Muma, and Palomar (2022) . Authors@R: c( person("Jasin", "Machkour", , "jasin.machkour@tu-darmstadt.de", role = c("aut", "cre")), person("Simon", "Tien", , email = "simon.tien@stud.tu-darmstadt.de", role = "aut"), person(c("Daniel", "P."), "Palomar", , "daniel.p.palomar@gmail.com", role = "aut"), person("Michael", "Muma", , "michael.muma@tu-darmstadt.de", role = "aut") ) Maintainer: Jasin Machkour URL: https://github.com/jasinmachkour/TRexSelector, https://arxiv.org/abs/2110.06048 BugReports: https://github.com/jasinmachkour/TRexSelector/issues License: GPL (>= 3) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 biocViews: Suggests: knitr, rmarkdown, ggplot2, patchwork, WGCNA, fastcluster, testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: MASS, stats, tlars, parallel, doParallel, foreach, doRNG, methods, glmnet, boot Depends: R (>= 2.10) VignetteBuilder: knitr Repository: https://jasinmachkour.r-universe.dev Date/Publication: 2025-03-24 11:16:07 UTC RemoteUrl: https://github.com/jasinmachkour/trexselector RemoteRef: HEAD RemoteSha: 7a9fafcbe507acc014f0b3cd883e98cb85016464 NeedsCompilation: no Packaged: 2026-06-18 10:05:36 UTC; root Author: Jasin Machkour [aut, cre], Simon Tien [aut], Daniel P. Palomar [aut], Michael Muma [aut]