-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
20 lines (20 loc) · 1000 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: ExclusiveLasso
Type: Package
Title: Generalized Linear Models with the Exclusive Lasso Penalty
Version: 0.0
Date: 2018-10-23
Authors@R: c(
person("Michael", "Weylandt", role=c("aut", "cre"), email="[email protected]"),
person("Frederick", "Campbell", role="aut", email="[email protected]"),
person("Genevera", "Allen", role="aut", email = "[email protected]"))
Description: Fit Generalized Linear Models ("GLMs") using the "Exclusive Lasso"
penalty of Zhou et al (2010) using the Coordinate Descent and
Inexact Proximal Gradient algorithms of Campbell and Allen (2017)
<https://projecteuclid.org/euclid.ejs/1509004863>.
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.12), Matrix, RColorBrewer, foreach
LinkingTo: Rcpp, RcppArmadillo (>= 0.8.300.1.0)
Suggests: testthat, knitr, microbenchmark, glmnet, ncvreg, grpreg, covr, nnls
VignetteBuilder: knitr
BugReports: https://github.com/DataSlingers/ExclusiveLasso/issues
URL: https://github.com/DataSlingers/ExclusiveLasso