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
NeedsCompilation: yes
Packaged: 2018-11-17 17:59:55 UTC; dongshin
Author: Dongshin Kim [aut, cre, cph],
  Sunghoon Kwon [aut, cph],
  Sangin Lee [aut, cph]
Maintainer: Dongshin Kim <dongshin.kim@live.com>
Repository: CRAN
Date/Publication: 2018-11-17 18:20:03 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 03:03:43 UTC; windows
Archs: x64
