-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: vennLasso
Type: Package
Title: Variable Selection for Heterogeneous Populations
Version: 0.1.7
Authors@R: c(
person("Jared", "Huling", , "jaredhuling@gmail.com", c("aut", "cre"), comment = c(ORCID = "0000-0003-0670-4845")),
person("Muxuan", "Liang", , , c("ctb")),
person("Yixuan", "Qiu", , , c("cph")),
person("Gael", "Guennebaud", , , c("cph")),
person("Ray", "Gardner", , , c("cph")),
person("Jitse", "Niesen", , , c("cph"))
)
Description: Provides variable selection and estimation routines for models
with main effects stratified on multiple binary factors. The 'vennLasso' package
is an implementation of the method introduced in Huling, et al. (2017) <doi:10.1111/biom.12769>.
URL: https://github.com/jaredhuling/vennLasso
BugReports: https://github.com/jaredhuling/vennLasso/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: TRUE
Depends:
R (>= 3.2.0)
Imports:
Rcpp (>= 0.11.0),
foreach,
survival,
MASS,
Matrix,
VennDiagram,
visNetwork,
igraph,
methods
LinkingTo: Rcpp,
RcppEigen,
RcppNumerical
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr