Survival.jl
This package provides types and methods for performing survival analysis in Julia.
Installation
The package is registered in Julia's General package registry, and so it can be installed using Pkg.add("Survival"))
or via the Pkg REPL mode with ]add Survival
.