0.8.0
CamDavidsonPilon
released this
01 Aug 18:01
·
1576 commits
to master
since this release
- reorganized lifelines directories:
- moved test files out of main directory.
- moved
utils.py
into it's down directory. - moved all estimators
fitters
directory.
- added a
at_risk
column to the output ofgroup_survival_table_from_events
andsurvival_table_from_events
- added sample size and power calculations for statistical tests. See
lifeline.statistics. sample_size_necessary_under_cph
andlifelines.statistics. power_under_cph
. - fixed a bug when using KaplanMeierFitter for left-censored data.