Package: knockoff
Type: Package
Title: The Knockoff Filter for Controlled Variable Selection
Version: 0.3.2
Date: 2018-09-15
Authors@R: c(person("Rina", "Foygel Barber", role = c("ctb"),
                     comment="Development of the original Fixed-X Knockoffs"),
             person("Emmanuel", "Candes", role = c("ctb"),
                    comment="Development of Model-X Knockoffs and original Fixed-X Knockoffs"),
             person("Lucas", "Janson", role = c("ctb"),
                    comment="Development of Model-X Knockoffs"),
             person("Evan", "Patterson", role = c("aut"),
                    comment="Original R package for the original Fixed-X Knockoffs"),
             person("Matteo", "Sesia", role = c("aut","cre"),
                    comment="R package for Model-X Knockoffs", email="msesia@stanford.edu"))
Description: The knockoff filter is a general procedure for controlling the false discovery rate (FDR)
  when performing variable selection. 
  For more information, see the website below and the accompanying paper: Candes et al., 
  "Panning for Gold: Model-X Knockoffs for High-dimensional Controlled Variable Selection", 
  2016, <arXiv:1610.02351>.
License: GPL-3
URL: https://web.stanford.edu/group/candes/knockoffs/index.html
Depends: methods, stats
Imports: Rdsdp, Matrix, corpcor, glmnet, RSpectra, gtools, utils
Suggests: knitr, testthat, rmarkdown, lars, ranger, stabs, flare, doMC,
        parallel
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-09-15 21:03:11 UTC; msesia
Author: Rina Foygel Barber [ctb] (Development of the original Fixed-X
    Knockoffs),
  Emmanuel Candes [ctb] (Development of Model-X Knockoffs and original
    Fixed-X Knockoffs),
  Lucas Janson [ctb] (Development of Model-X Knockoffs),
  Evan Patterson [aut] (Original R package for the original Fixed-X
    Knockoffs),
  Matteo Sesia [aut, cre] (R package for Model-X Knockoffs)
Maintainer: Matteo Sesia <msesia@stanford.edu>
Repository: CRAN
Date/Publication: 2018-09-16 16:30:08 UTC
