Package: FastSurvival 0.1.0
FastSurvival: Fast Kaplan-Meier, Log-Rank, and Hazard Ratio Estimation for Survival Analysis
Provides fast alternatives to standard survival analysis functions in the 'survival' package. The package implements a single-time-point Kaplan-Meier estimator (survfit_fast()), a log-rank test (survdiff_fast()), a closed-form hazard ratio estimator based on the Pike-Halley Estimator method (coxph_fast()), and a clinical trial data simulator (simdata_fast()). All functions are designed for repeated evaluation inside large simulation loops, such as adaptive sample-size re-estimation, probability-of-success calculations, and regional consistency evaluation in multi-regional trials. Core computations are implemented in 'C++' via 'Rcpp' for maximum performance. Methodological background is described in Collett (2014, ISBN:9780429196294).
Authors:
FastSurvival_0.1.0.tar.gz
FastSurvival_0.1.0.tar.gz(r-4.7-arm64)FastSurvival_0.1.0.tar.gz(r-4.7-x86_64)FastSurvival_0.1.0.tar.gz(r-4.6-arm64)FastSurvival_0.1.0.tar.gz(r-4.6-x86_64)
FastSurvival_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
FastSurvival/json (API)
NEWS
| # Install 'FastSurvival' in R: |
| install.packages('FastSurvival', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gosukehommaex/fastsurvival/issues
Last updated from:797960ded9. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 140 | ||
| linux-devel-x86_64 | OK | 159 | ||
| source / vignettes | OK | 216 | ||
| linux-release-arm64 | OK | 172 | ||
| linux-release-x86_64 | OK | 150 | ||
| wasm-release | OK | 132 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Fast Closed-Form Hazard Ratio Estimation via the Pike-Halley Estimator | coxph_fast |
| Print Method for coxph_fast Objects | print.coxph_fast |
| Print Method for survdiff_fast Objects | print.survdiff_fast |
| Print Method for survfit_fast Objects | print.survfit_fast |
| Fast Survival Data Simulation for Clinical Trials | simdata_fast |
| Fast Log-Rank Test for Two-Group Survival Data | survdiff_fast |
| Fast Kaplan-Meier Survival Probability at a Specified Time Point | survfit_fast |
