diff --git a/README.md b/README.md index a36922f..7c7af97 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ A Julia package for performing [survival analysis](https://en.wikipedia.org/wiki [![Coveralls](https://coveralls.io/repos/github/ararslan/Survival.jl/badge.svg?branch=master)](https://coveralls.io/github/ararslan/Survival.jl?branch=master) [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://ararslan.github.io/Survival.jl/latest) -Planned functionality: +Functionality: - - [x] Time-to-event types - - [x] Kaplan-Meier survival - - [ ] Cox proportional hazards regression - - [ ] Log-rank test +* Time-to-event types +* Kaplan-Meier survival +* Nelson-Aalen cumulative hazard +* Cox proportional hazards regression diff --git a/docs/src/index.md b/docs/src/index.md index b6a6ed2..9baa4d3 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -19,6 +19,7 @@ be installed using `Pkg.add("https://github.com/ararslan/Survival.jl")`. Pages = [ "events.md", "km.md", + "na.md", "cox.md", ] Depth = 1