# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "coxstream" in publications use:' type: software license: MIT title: 'coxstream: Memory-Efficient Cox Proportional Hazards via Streaming Newton-Raphson' version: 0.1.0 abstract: Fits the Cox proportional hazards model using a single descending-order pass per Newton-Raphson iteration. Peak RAM is O(p^2) regardless of the number of rows, making it suitable for datasets that do not fit in memory. Produces identical coefficients to survival::coxph() with Efron tie correction. authors: - family-names: Carstensen given-names: Tommy email: cran@tommycarstensen.com orcid: https://orcid.org/0000-0002-3672-9931 repository: https://cran.r-universe.dev repository-code: https://github.com/tommycarstensen/coxstream-r commit: 7b774d05726a7fec35232b001456a1896155c011 url: https://github.com/tommycarstensen/coxstream-r date-released: '2026-06-20' contact: - family-names: Carstensen given-names: Tommy email: cran@tommycarstensen.com orcid: https://orcid.org/0000-0002-3672-9931