Package: CorReg
Type: Package
Title: Linear Regression Based on Linear Structure Between Variables
Version: 1.2.8
Date: 2018-04-23
Authors@R: c(person("Clement", "THERY", role = c("aut", "cre"),
    email = "corregeous@correg.org"),
    person("Christophe", "BIERNACKI", role = "ctb"),
    person("Gaetan", "LORIDANT", role = "ctb"),
    person("Florian", "WATRIN", role = "ctb"),
    person("Quentin", "GRIMONPREZ", role = "ctb"),
    person("Vincent", "KUBICKI", role = "ctb"),
    person("Samuel", "BLANCK", role = "ctb"),
    person("Jeremie","KELLNER",role="ctb")
    )
Description: Linear regression based on a recursive structural equation model
    (explicit multiples correlations) found by a M.C.M.C. algorithm. It permits to face
    highly correlated variables. Variable selection is included (by lasso,
    elastic net, etc.). It also provides some graphical tools for basic
    statistics.
License: CeCILL
Copyright: ArcelorMittal
URL: http://www.correg.org
Depends: R(>= 3.0)
Imports: Rcpp(>= 0.11.0), lars(>= 1.2), Rmixmod(>= 2.0.1),
        elasticnet(>= 1.1), corrplot(>= 0.73), Matrix(>= 1.1), rpart(>=
        4.1-5), glmnet(>= 2.0-2), MASS(>= 7.3-30), mvtnorm(>= 0.9),
        mclust(>= 4.2), methods, graphics, grDevices, utils, stats
LinkingTo: Rcpp, RcppEigen
Suggests: clere(>= 1.1.2), spikeslab(>= 1.1.5), parcor(>= 0.2), missMDA
        (>= 1.7.3), tuneR, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-04-23 16:57:05 UTC; U038226
Author: Clement THERY [aut, cre],
  Christophe BIERNACKI [ctb],
  Gaetan LORIDANT [ctb],
  Florian WATRIN [ctb],
  Quentin GRIMONPREZ [ctb],
  Vincent KUBICKI [ctb],
  Samuel BLANCK [ctb],
  Jeremie KELLNER [ctb]
Maintainer: Clement THERY <corregeous@correg.org>
Repository: CRAN
Date/Publication: 2018-04-23 18:09:06 UTC
