-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
21 lines (21 loc) · 1.22 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: CBPE
Type: Package
Title: Correlation-Based Penalized Estimators
Version: 0.1.0
Authors@R: c(
person("Mohammad", "Arashi", email = "[email protected]", role = c('ctb'), comment = c(ORCID = "0000-0002-5881-9241")),
person("Mahdi", "Rahimi", email = "[email protected]", role = c('ctb')),
person("Mina", "Norouzirad", email = "[email protected]", role = c("aut", "cre", 'cph'), comment = c(ORCID = "0000-0003-0311-6888")),
person("FCT, I.P.", role = "fnd", comment = c("under the scope of the projects UIDB/00297/2020 and UIDP/00297/2020 (NovaMath)"))
)
Maintainer: Mina Norouzirad <[email protected]>
Description: Provides correlation-based penalty estimators for both linear and logistic regression models by implementing a new regularization method that incorporates correlation structures within the data. This method encourages a grouping effect where strongly correlated predictors tend to be in or out of the model together. See Tutz and Ulbricht (2009) <doi:10.1007/s11222-008-9088-5> and Algamal and Lee (2015) <doi:10.1016/j.eswa.2015.08.016>.
License: GPL (>= 2)
URL: https://github.com/mnrzrad/CBPE
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.3.2
Depends:
R (>= 3.5)
Imports:
stats