Package: SelectBoost
Type: Package
Title: A General Algorithm to Enhance the Performance of Variable
        Selection Methods in Correlated Datasets
Version: 1.4.0
Date: 2019-05-04
Depends: R (>= 2.10)
Imports: lars, glmnet, igraph, parallel, msgps, Rfast, methods,
        Cascade, graphics, grDevices
Suggests: knitr, rmarkdown, mixOmics, CascadeData
Authors@R: c(
	person(given = "Frederic", family= "Bertrand", role = c("cre", "aut"), email = "frederic.bertrand@math.unistra.fr", comment = c(ORCID = "0000-0002-0837-8281")),
	person(given = "Myriam", family= "Maumy-Bertrand", role = c("aut"), email = "myriam.maumy-bertrand@math.unistra.fr", comment = c(ORCID = "0000-0002-4615-1512")),
	person(given = "Ismail", family= "Aouadi", role = c("ctb"), email = "i.aouadi@unistra.fr"),
	person(given = "Nicolas", family= "Jung", role = c("ctb"), email = "nicolas.jung@unistra.fr"))
Author: Frederic Bertrand [cre, aut] (<https://orcid.org/0000-0002-0837-8281>),
  Myriam Maumy-Bertrand [aut] (<https://orcid.org/0000-0002-4615-1512>),
  Ismail Aouadi [ctb],
  Nicolas Jung [ctb]
Maintainer: Frederic Bertrand <frederic.bertrand@math.unistra.fr>
Description: An implementation of the selectboost algorithm (Aouadi et al. 2018, <arXiv:1810.01670>), which is a general algorithm that improves the precision of any existing variable selection method. This algorithm is based on highly intensive simulations and takes into account the correlation structure of the data. It can either produce a confidence index for variable selection or it can be used in an experimental design planning perspective.
License: GPL-3
Encoding: UTF-8
Classification/MSC: 62H11, 62J12, 62J99
VignetteBuilder: knitr
RoxygenNote: 6.1.1
URL: https://github.com/fbertran/SelectBoost,
        http://www-irma.u-strasbg.fr/~fbertran/
BugReports: https://github.com/fbertran/SelectBoost/issues
NeedsCompilation: no
Packaged: 2019-05-21 08:19:09 UTC; fbertran
Repository: CRAN
Date/Publication: 2019-05-27 09:20:03 UTC
