lifelines
lifelines copied to clipboard
plot_partial_effects_on_outcome confidence intervals
Hi,
This library is great! I really enjoy using it.
I was wondering...is it possible to plot also the confidence intervals in the method CoxPHFitter().plot_partial_effects_on_outcome()? As it happens e.g. in KaplanMeierFitter().plot() by default.
Thank you! Riccardo
Hi @pisonir - it's on the roadmap! First is to implement confidence intervals for the predict_ methods, and then extending them to plot_partial_effects_on_outcome.