JuliaStats / Survival.jl

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

Adding documentation for the cox model #39

Closed lauswullum closed 2 years ago

lauswullum commented 2 years ago

I have written a small guide on how to fit cox models using coxph. It should be able to be merged right away, if you do not have anything to add.

/ Laus Wullum

codecov-commenter commented 2 years ago

Codecov Report

Merging #39 (27d9d2c) into master (755433a) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   99.54%   99.54%   -0.01%     
==========================================
  Files           6        5       -1     
  Lines         222      220       -2     
==========================================
- Hits          221      219       -2     
  Misses          1        1              
Impacted Files Coverage Δ
src/cox.jl 99.23% <0.00%> (-0.01%) :arrow_down:
src/Survival.jl

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 755433a...27d9d2c. Read the comment docs.

lauswullum commented 2 years ago

Cool, Thanks Your changes definitely have some good tips for writing documentation in the future.