CamDavidsonPilon / lifelines

Survival analysis in Python
lifelines.readthedocs.org
MIT License
2.38k stars 560 forks source link

0.30.0 #1643

Closed CamDavidsonPilon closed 1 month ago

sbwiecko commented 1 month ago

Hi Cameron, thank you for releasing version 0.30.0.

Just want to check with you what happened with c9d6738, and I want to confirm that the issue with print_summary(decimals=x) is NOT fixed.

In [8]: results.print_summary(decimals=10)
<lifelines.StatisticalResult: logrank_test>
               t_0 = -1
 null_distribution = chi squared
degrees_of_freedom = 1
         test_name = logrank_test

---
 test_statistic    p  -log2(p)
           3.84 0.05      4.32

In [13]: lifelines.__version__
Out[13]: '0.30.0'