-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
32 lines (32 loc) · 1.2 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
Package: ProSGPV
Title: Penalized Regression with Second-Generation P-Values
Version: 1.0.1
Date: 2021-08-24
Authors@R:
c(person(given = "Yi",
family = "Zuo",
role = c("aut", "cre"),
email = "yi.zuo@vanderbilt.edu",
comment = c(ORCID = "0000-0002-6643-8326")),
person("Thomas", "Stewart", email = "thomas.stewart@vanderbilt.edu",
role = c("aut")),
person("Jeffrey", "Blume", email = "j.blume@vanderbilt.edu",
role = c("aut"))
)
Maintainer: Yi Zuo <yi.zuo@vanderbilt.edu>
Description: Implementation of penalized regression with second-generation p-values for variable
selection. The algorithm can handle linear regression, GLM, and Cox regression. S3 methods print(), summary(), coef(), predict(), and plot() are available for the algorithm. Technical details
can be found at Zuo et al. (2021) <doi:10.1080/00031305.2021.1946150>.
Depends: R (>= 3.5.0), glmnet, brglm2
Imports: MASS, survival
License: GPL-3
Encoding: UTF-8
URL: https://github.com/zuoyi93/ProSGPV
BugReports: https://github.com/zuoyi93/ProSGPV/issues
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr