Survival.jl
Survival.jl copied to clipboard
Estimator evaluation
PR implementing #53 implements estimator evaluation for fitted kaplan meier and nelson aalen estimators.
added tests to check if the evaluation works added docs
Codecov Report
Patch coverage: 100.00% and project coverage change: +0.01% :tada:
Comparison is base (
cb9bb8c) 99.65% compared to head (5f85bfc) 99.66%.
Additional details and impacted files
@@ Coverage Diff @@
## main #54 +/- ##
==========================================
+ Coverage 99.65% 99.66% +0.01%
==========================================
Files 6 6
Lines 286 300 +14
==========================================
+ Hits 285 299 +14
Misses 1 1
| Files Changed | Coverage Δ | |
|---|---|---|
| src/kaplanmeier.jl | 100.00% <100.00%> (ø) |
|
| src/nelsonaalen.jl | 100.00% <100.00%> (ø) |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@ararslan review please