# -------------------------------------------- # 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 doi: 10.32614/CRAN.package.coxstream 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://tommycarstensen.r-universe.dev repository-code: https://github.com/tommycarstensen/coxstream-r commit: 94f2e20a1eee66f05378c7568a617e7aa4cbe180 url: https://github.com/tommycarstensen/coxstream-r date-released: '2026-06-14' contact: - family-names: Carstensen given-names: Tommy email: cran@tommycarstensen.com orcid: https://orcid.org/0000-0002-3672-9931