Skip to content

Commit

Permalink
Add Nelson-Aalen to main doc page
Browse files Browse the repository at this point in the history
Also make the "planned functionality" checklist into a "functionality"
regular list.
  • Loading branch information
ararslan committed Jan 24, 2019
1 parent 9547b10 commit a8ea8ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -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
1 change: 1 addition & 0 deletions docs/src/index.md
Expand Up @@ -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
Expand Down

0 comments on commit a8ea8ab

Please sign in to comment.