Package: coxstream 0.1.0

Tommy Carstensen
coxstream: Memory-Efficient Cox Proportional Hazards via Streaming Newton-Raphson
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:
coxstream_0.1.0.tar.gz
coxstream_0.1.0.tar.gz(r-4.7-arm64)coxstream_0.1.0.tar.gz(r-4.7-x86_64)coxstream_0.1.0.tar.gz(r-4.6-arm64)coxstream_0.1.0.tar.gz(r-4.6-x86_64)
coxstream_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
coxstream/json (API)
| # Install 'coxstream' in R: |
| install.packages('coxstream', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tommycarstensen/coxstream-r/issues
Last updated from:7b774d0572. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 133 | ||
| linux-devel-x86_64 | OK | 195 | ||
| source / vignettes | OK | 161 | ||
| linux-release-arm64 | OK | 133 | ||
| linux-release-x86_64 | OK | 131 | ||
| wasm-release | OK | 107 |
Exports:coxstreamcoxstream_arrow
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Fit a Cox proportional hazards model via streaming Newton-Raphson | coxstream |
| Fit a Cox PH model by streaming a DESC-sorted parquet file | coxstream_arrow |