Package: pcoxtime
Type: Package
Title: Penalized Cox Proportional Hazard Model for Time-Dependent
        Covariates
Version: 1.0.4
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")),
	 person("Trevor", "Hastie", 
		role="cph", 
		comment = "getmin function implementation copied from package glmnet"))
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.2
Encoding: UTF-8
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/CYGUBICKO/pcoxtime-pkg
NeedsCompilation: yes
Packaged: 2022-05-12 19:45:47 UTC; steve
Author: Bicko Cygu [aut, cre] (<https://orcid.org/0000-0002-9284-8863>),
  Ben Bolker [aut] (<https://orcid.org/0000-0002-2127-0443>),
  Trevor Hastie [cph] (getmin function implementation copied from package
    glmnet)
Maintainer: Bicko Cygu <cygubicko@gmail.com>
Repository: CRAN
Date/Publication: 2022-05-13 00:10:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2022-05-13 11:19:33 UTC; unix
Archs: pcoxtime.so.dSYM
