Package: surtvep Title: Cox Non-Proportional Hazards Model with Time-Varying Coefficients Version: 1.0.0 URL: https://github.com/UM-KevinHe/surtvep, https://um-kevinhe.github.io/surtvep/ BugReports: https://github.com/UM-KevinHe/surtvep/issues Authors@R: c( person("Lingfeng","Luo",role=c("aut","cre"),email="lfluo@umich.edu"), person("Wenbo","Wu",role=c("aut"),email="wenbowu@umich.edu"), person("Kevin","He",role=c("aut"),email="kevinhe@umich.edu") ) Description: Fit Cox non-proportional hazards models with time-varying coefficients. Both unpenalized procedures (Newton and proximal Newton) and penalized procedures (P-splines and smoothing splines) are included using B-spline basis functions for estimating time-varying coefficients. For penalized procedures, cross validations, mAIC, TIC or GIC are implemented to select tuning parameters. Utilities for carrying out post-estimation visualization, summarization, point-wise confidence interval and hypothesis testing are also provided. For more information, see Wu et al. (2022) and Luo et al. (2023) . License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 LinkingTo: Rcpp, RcppArmadillo Imports: Rcpp, splines, ggplot2, ggpubr, stats, tibble, rlang Depends: R (>= 4.0) Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev Repository: https://um-kevinhe.r-universe.dev Date/Publication: 2025-12-09 02:49:27 UTC RemoteUrl: https://github.com/um-kevinhe/surtvep RemoteRef: HEAD RemoteSha: c70e2af175362d04ac22275803ef85eda22155c9 NeedsCompilation: yes Packaged: 2026-07-07 09:21:32 UTC; root Author: Lingfeng Luo [aut, cre], Wenbo Wu [aut], Kevin He [aut] Maintainer: Lingfeng Luo