NetSurvival.jl: A glimpse into relative survival analysis with Julia
Rim Alhajal, Oskar Laverny

TL;DR
NetSurvival.jl is a Julia package for relative survival analysis, offering a clean, efficient, and well-documented alternative to R's relsurv, with performance benefits and future-proof design.
Contribution
The paper introduces NetSurvival.jl, a new Julia package for relative survival analysis, providing an efficient, well-tested, and user-friendly implementation of standard estimators.
Findings
NetSurvival.jl performs competitively with relsurv in speed and accuracy.
The package is well-documented and integrated within the Julia ecosystem.
Julia's environment offers notable advantages for statistical survival analysis.
Abstract
In many population-based medical studies, the specific cause of death is unidentified, unreliable or even unavailable. Relative survival analysis addresses this scenario, outside of standard (competing risks) survival analysis, to nevertheless estimate survival with respect to a specific cause. It separates the impact of the disease itself on mortality from other factors, such as age, sex, and general population trends. Different methods were created with the aim to construct consistent and efficient estimators for this purpose. The R package relsurv is the most commonly used today in application. With Julia continuously proving itself to be an efficient and powerful programming language, we felt the need to code a pure Julia take, thus NetSurvival.jl, of the standard routines and estimators in the field. The proposed implementation is clean, future-proof, well tested, and the package…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInsurance, Mortality, Demography, Risk Management · Machine Learning in Healthcare · Data Analysis with R
