Package: ProSGPV
Title: Penalized Regression with Second-Generation P-Values
Version: 1.0.0
Date: 2021-08-06
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
RoxygenNote: 7.1.1
Suggests: rmarkdown, knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-08-06 16:27:07 UTC; Buzzzuoyi
Author: Yi Zuo [aut, cre] (<https://orcid.org/0000-0002-6643-8326>),
  Thomas Stewart [aut],
  Jeffrey Blume [aut]
Repository: CRAN
Date/Publication: 2021-08-06 21:40:02 UTC
Built: R 4.2.0; ; 2022-04-27 10:24:23 UTC; unix
