Package: survivalmodels Title: Models for Survival Analysis Version: 0.1.191 Authors@R: c(person(given = "Raphael", family = "Sonabend", role = c("aut"), comment = c(ORCID = "0000-0001-9225-4654")), person(given = "Yohann", family = "Foucher", role = c("cre"), email = "yohann.foucher@univ-poitiers.fr", comment = c(ORCID = "0000-0003-0330-7457"))) Description: Implementations of classical and machine learning models for survival analysis, including deep neural networks via 'keras' and 'tensorflow'. Each model includes a separated fit and predict interface with consistent prediction types for predicting risk or survival probabilities. Models are either implemented from 'Python' via 'reticulate' , from code in GitHub packages, or novel implementations using 'Rcpp' . Neural networks are implemented from the 'Python' package 'pycox' . License: MIT + file LICENSE URL: https://github.com/RaphaelS1/survivalmodels/ BugReports: https://github.com/foucher-y/survivalmodels/issues Imports: Rcpp (>= 1.0.5) Suggests: keras (>= 2.11.0), pseudo, reticulate, survival LinkingTo: Rcpp Encoding: UTF-8 Repository: https://foucher-y.r-universe.dev Date/Publication: 2024-03-18 21:11:45 UTC RemoteUrl: https://github.com/foucher-y/survivalmodels RemoteRef: HEAD RemoteSha: dd1db0ca588613794373ab74432e4c1420c05255 NeedsCompilation: yes Packaged: 2026-07-14 08:22:48 UTC; root Author: Raphael Sonabend [aut] (ORCID: ), Yohann Foucher [cre] (ORCID: ) Maintainer: Yohann Foucher