Skip to content

Commit

Permalink
Update README.md to include juliasurv (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv authored May 19, 2024
1 parent 6709d48 commit 82202ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)


This package provides rate tables for person-year computations, alike [R's `ratetable` class](https://www.rdocumentation.org/packages/survival/versions/3.2-3/topics/ratetable). It provides easy and performant querying syntax for daily hazard rates, alongside methods to extract the `Life` random variable, whcih gives access to random life generations, expectations, etc. As it is registered in the general registry, you may simply install it via
The `RateTables.jl` package is part of the JuliaSurv survival analysis suite. It provides rate tables for person-year computations, alike [R's `ratetable` class](https://www.rdocumentation.org/packages/survival/versions/3.2-3/topics/ratetable). It provides easy and performant querying syntax for daily hazard rates, alongside methods to extract the `Life` random variable, whcih gives access to random life generations, expectations, etc. As it is registered in the general registry, you may simply install it via
```julia
] add RateTables
```
Expand Down

0 comments on commit 82202ce

Please sign in to comment.