-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
24 lines (24 loc) · 1.33 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
Package: BeSS
Type: Package
Title: Best Subset Selection in Linear, Logistic and CoxPH Models
Version: 2.0.4
Date: 2024-01-10
Authors@R: c(
person(given = "Canhong", family = "Wen", email = "[email protected]", role = c("aut", "cre")),
person(given = "Aijun", family = "Zhang", email = "[email protected]", role = c("aut")),
person(given = "Shijie", family = "Quan", email = "[email protected]", role = c("aut")),
person(given = "Xueqin", family = "Wang", email = "[email protected]", role = c("aut")))
Author: Canhong Wen [aut, cre],
Aijun Zhang [aut],
Shijie Quan [aut],
Xueqin Wang [aut]
Maintainer: Canhong Wen <[email protected]>
Description: An implementation of best subset selection in generalized linear model and Cox proportional hazard model via the primal dual active set algorithm proposed by Wen, C., Zhang, A., Quan, S. and Wang, X. (2020) <doi:10.18637/jss.v094.i04>. The algorithm formulates coefficient parameters and residuals as primal and dual variables and utilizes efficient active set selection strategies based on the complementarity of the primal and dual variables.
License: GPL-3
Depends: R (>= 3.0.0)
Imports: Rcpp(>= 0.12.6), Matrix(>= 1.2-6), glmnet, survival
LinkingTo: Rcpp, RcppEigen
NeedsCompilation: yes
Packaged: 2024-01-11 06:52:38 UTC; wench
Repository: CRAN
Date/Publication: 2024-01-11 07:13:01 UTC