Package: pcoxtime
Type: Package
Title: Penalized Cox Proportional Hazard Model for Time-Dependent
        Covariates
Version: 1.0.2
Authors@R: c(person("Bicko","Cygu", role=c("aut","cre"),
				email="cygubicko@gmail.com",
            comment=c(ORCID = "0000-0002-9284-8863")),
	    person("Ben","Bolker",role="aut",
	           comment=c(ORCID="0000-0002-2127-0443")))
Description: Fits penalized models for both time-independent and time-dependent survival data. It fully implements elastic net and uses proximal gradient descent to solve the optimization problem. The package is an implementation of Steve Cygu and Benjamin M. Bolker. (2021) <arXiv:2102.02297>.
License: GPL (>= 2)
Depends: R (>= 3.5.0)
Imports: Rcpp (>= 1.0.5), survival, doParallel, parallel, foreach,
        ggplot2, prodlim, riskRegression, PermAlgo, pec
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.1
Encoding: UTF-8
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/CYGUBICKO/pcoxtime-pkg
NeedsCompilation: yes
Packaged: 2021-07-06 15:40:39 UTC; steve
Author: Bicko Cygu [aut, cre] (<https://orcid.org/0000-0002-9284-8863>),
  Ben Bolker [aut] (<https://orcid.org/0000-0002-2127-0443>)
Maintainer: Bicko Cygu <cygubicko@gmail.com>
Repository: CRAN
Date/Publication: 2021-07-06 16:10:05 UTC
