-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (36 loc) · 1.92 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
Package: ncpen
Type: Package
Title: Unified Algorithm for Non-convex Penalized Estimation for Generalized Linear Models
Version: 1.0.0
Date: 2018-11-16
Authors@R: c(person("Dongshin", "Kim", email = "dongshin.kim@live.com",role = c("aut", "cre", "cph")),
person("Sunghoon", "Kwon", email = "shkwon0522@gmail.com",role = c("aut", "cph")),
person("Sangin", "Lee", email = "sanginlee44@gmail.com",role = c("aut", "cph")))
Description: An efficient unified nonconvex penalized estimation algorithm for
Gaussian (linear), binomial Logit (logistic), Poisson, multinomial Logit,
and Cox proportional hazard regression models.
The unified algorithm is implemented based on the convex concave procedure and
the algorithm can be applied to most of the existing nonconvex penalties.
The algorithm also supports convex penalty:
least absolute shrinkage and selection operator (LASSO).
Supported nonconvex penalties include
smoothly clipped absolute deviation (SCAD),
minimax concave penalty (MCP), truncated LASSO penalty (TLP),
clipped LASSO (CLASSO), sparse ridge (SRIDGE),
modified bridge (MBRIDGE) and modified log (MLOG).
For high-dimensional data (data set with many variables),
the algorithm selects relevant variables producing a parsimonious regression model.
Kim, D., Lee, S. and Kwon, S. (2018) <arXiv:1811.05061>,
Lee, S., Kwon, S. and Kim, Y. (2016) <doi:10.1016/j.csda.2015.08.019>,
Kwon, S., Lee, S. and Kim, Y. (2015) <doi:10.1016/j.csda.2015.07.001>.
(This research is funded by Julian Virtue Professorship from Center for Applied Research at Pepperdine
Graziadio Business School and the National Research Foundation of Korea.)
License: GPL (>= 3)
URL: https://github.com/zeemkr/ncpen
BugReports: https://github.com/zeemkr/ncpen/issues
LazyData: TRUE
Imports: Rcpp (>= 0.11.2)
LinkingTo: Rcpp, RcppArmadillo
Depends: R(>= 3.4)
RoxygenNote: 6.1.1
Language: en-US