JuliaStats / Survival.jl

Survival analysis in Julia
MIT License
73 stars 23 forks source link

Refactor estimators atop `EventTable` #47

Closed ararslan closed 2 years ago

ararslan commented 2 years ago

Also add EventTable to the documentation section on event times.

codecov-commenter commented 2 years ago

Codecov Report

Merging #47 (d629194) into main (9a7481e) will decrease coverage by 0.05%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
- Coverage   99.69%   99.63%   -0.06%     
==========================================
  Files           6        6              
  Lines         323      276      -47     
==========================================
- Hits          322      275      -47     
  Misses          1        1              
Impacted Files Coverage Δ
src/estimator.jl 100.00% <100.00%> (ø)
src/kaplanmeier.jl 100.00% <100.00%> (ø)
src/nelsonaalen.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9a7481e...d629194. Read the comment docs.