forked from celiaescribe/BDcocolasso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.09 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
Package: BDcocolasso
Title: Implementation of CoCoLasso and Block Descent CoCoLasso
Version: 0.0.0.9000
Authors@R:
person(given = "Celia",
family = "Escribe",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: The package implements penalized regression based on the CoCoLasso article. This penalized regression works for corrupted data sets, when covariates can be partially missing or measured with error. It also implements block descent penalized regression for a class of problem when there are both corrupted and uncorrupted features. The motivation of this last step is to reduce the computational need of this new penalization method when only a small percentage of features are corrupted.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
knitr,
rmarkdown
RoxygenNote: 7.0.2
Depends: R (>= 2.10)
Imports:
emdbook,
matrixcalc,
ggplot2,
glmnet,
stats,
rlist,
MASS,
qpdf,
rlang,
reshape2
VignetteBuilder: knitr