CamDavidsonPilon / lifelines

Survival analysis in Python
lifelines.readthedocs.org
MIT License
2.35k stars 557 forks source link

Cox's proportional hazard model: standard error of predictions #1595

Open JulianKlug opened 7 months ago

JulianKlug commented 7 months ago

When computing predictions with the Cox PH model it would be great to also get standard errors (similar to: https://stat.ethz.ch/R-manual/R-devel/library/survival/html/predict.coxph.html)

Is there a workaround to get this currently?