Package: grpSLOPE
Type: Package
Title: Group Sorted L1 Penalized Estimation
Version: 0.3.1
Authors@R: c(person("Alexej", "Gossmann", email = "alexej.go@googlemail.com", role = c("aut", "cre")),
    person("Damian", "Brzyski", role = "aut"),
    person("Weijie", "Su", role = "aut"),
    person("Malgorzata", "Bogdan", role = "aut"),
    person("Ewout", "van den Berg", role = "ctb",
           comment = "Code adapted from 'SLOPE' version 0.1.3, as well as from http://statweb.stanford.edu/~candes/SortedL1/software.html under GNU GPL-3"),
    person("Emmanuel", "Candes", role = "ctb",
           comment = "Code adapted from 'SLOPE' version 0.1.3, as well as from http://statweb.stanford.edu/~candes/SortedL1/software.html under GNU GPL-3"),
    person("Chiara", "Sabatti", role = "ctb",
           comment = "Code adapted from 'SLOPE' version 0.1.3, as well as from http://statweb.stanford.edu/~candes/SortedL1/software.html under GNU GPL-3"),
    person("Evan", "Patterson", role = "ctb",
           comment = "Code adapted from 'SLOPE' version 0.1.3, as well as from http://statweb.stanford.edu/~candes/SortedL1/software.html under GNU GPL-3"))
Description: Group SLOPE is a penalized linear regression method that is used
    for adaptive selection of groups of significant predictors in a
    high-dimensional linear model.
    The Group SLOPE method can control the (group) false discovery rate at a
    user-specified level (i.e., control the expected proportion of irrelevant
    among all selected groups of predictors).
License: GPL-3
URL: https://github.com/agisga/grpSLOPE
BugReports: https://github.com/agisga/grpSLOPE/issues
LinkingTo: Rcpp
Imports: Rcpp
RoxygenNote: 7.2.0
Suggests: testthat, knitr, rmarkdown, pander, isotone, SLOPE
VignetteBuilder: knitr
NeedsCompilation: yes
Encoding: UTF-8
Packaged: 2022-05-16 18:28:20 UTC; alexej
Author: Alexej Gossmann [aut, cre],
  Damian Brzyski [aut],
  Weijie Su [aut],
  Malgorzata Bogdan [aut],
  Ewout van den Berg [ctb] (Code adapted from 'SLOPE' version 0.1.3, as
    well as from
    http://statweb.stanford.edu/~candes/SortedL1/software.html under
    GNU GPL-3),
  Emmanuel Candes [ctb] (Code adapted from 'SLOPE' version 0.1.3, as well
    as from http://statweb.stanford.edu/~candes/SortedL1/software.html
    under GNU GPL-3),
  Chiara Sabatti [ctb] (Code adapted from 'SLOPE' version 0.1.3, as well
    as from http://statweb.stanford.edu/~candes/SortedL1/software.html
    under GNU GPL-3),
  Evan Patterson [ctb] (Code adapted from 'SLOPE' version 0.1.3, as well
    as from http://statweb.stanford.edu/~candes/SortedL1/software.html
    under GNU GPL-3)
Maintainer: Alexej Gossmann <alexej.go@googlemail.com>
Repository: CRAN
Date/Publication: 2022-05-16 19:00:01 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 13:36:56 UTC; windows
Archs: i386, x64
