JuliaStats / Survival.jl

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

Add confint for CoxModel objects using the Wald method #45

Closed lauswullum closed 2 years ago

lauswullum commented 2 years ago

Hi again, I have added Wald confidence intervals for cox models, as well as a test case.

This is a small addition - should be easy to review.

Best / lauswullum

codecov-commenter commented 2 years ago

Codecov Report

Merging #45 (22b9874) into main (de200bc) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #45      +/-   ##
==========================================
+ Coverage   99.56%   99.58%   +0.01%     
==========================================
  Files           5        6       +1     
  Lines         230      240      +10     
==========================================
+ Hits          229      239      +10     
  Misses          1        1              
Impacted Files Coverage Δ
src/Survival.jl 100.00% <ø> (ø)
src/cox.jl 99.28% <100.00%> (+0.03%) :arrow_up:

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 de200bc...22b9874. Read the comment docs.