Package: TRexSelector
Title: T-Rex Selector: High-Dimensional Variable Selection & FDR
        Control
Version: 0.0.1
Date: 2022-08-15
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 (2021) <arXiv:2110.06048>.
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 <jasin.machkour@tu-darmstadt.de>
URL: https://github.com/jasinmachkour/trex,
        https://arxiv.org/abs/2110.06048
BugReports: https://github.com/jasinmachkour/trex/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Suggests: knitr, rmarkdown, ggplot2, patchwork, testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: MASS, stats, tlars, parallel, doParallel, foreach, doRNG,
        methods, glmnet
Depends: R (>= 2.10)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-08-15 20:36:06 UTC; phd
Author: Jasin Machkour [aut, cre],
  Simon Tien [aut],
  Daniel P. Palomar [aut],
  Michael Muma [aut]
Repository: CRAN
Date/Publication: 2022-08-17 06:50:06 UTC
Built: R 4.1.3; ; 2023-04-17 16:22:34 UTC; windows
