-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.15 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
Package: ncvreg
Title: Regularization Paths for SCAD and MCP Penalized Regression Models
Version: 3.14.3.2
Date: 2025-02-05
Authors@R: person("Patrick", "Breheny", role=c("aut","cre"),
email="patrick-breheny@uiowa.edu", comment=c(ORCID="0000-0002-0650-1119"))
Suggests: ashr, knitr, parallel, rmarkdown, survival, tinytest
VignetteBuilder: knitr
Description: Fits regularization paths for linear regression, GLM, and Cox
regression models using lasso or nonconvex penalties, in particular the
minimax concave penalty (MCP) and smoothly clipped absolute deviation (SCAD)
penalty, with options for additional L2 penalties (the "elastic net" idea).
Utilities for carrying out cross-validation as well as post-fitting
visualization, summarization, inference, and prediction are also provided.
For more information, see Breheny and Huang (2011) <doi:10.1214/10-AOAS388>
or visit the ncvreg homepage <https://pbreheny.github.io/ncvreg/>.
BugReports: https://github.com/pbreheny/ncvreg/issues
License: GPL-3
URL: https://pbreheny.github.io/ncvreg/, https://github.com/pbreheny/ncvreg
LazyData: TRUE
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8