From a32c121497f067eefd1e22a97f94fd4cc59d5991 Mon Sep 17 00:00:00 2001 From: Carl Buchholz <32228189+aGuyLearning@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:41:42 +0100 Subject: [PATCH] Update ehrapy/plot/_survival_analysis.py Co-authored-by: Eljas Roellin <65244425+eroell@users.noreply.github.com> --- ehrapy/plot/_survival_analysis.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ehrapy/plot/_survival_analysis.py b/ehrapy/plot/_survival_analysis.py index 63d626e0..9541882f 100644 --- a/ehrapy/plot/_survival_analysis.py +++ b/ehrapy/plot/_survival_analysis.py @@ -315,7 +315,6 @@ def coxph_forestplot( ): """Plots a forest plot of the Cox Proportional Hazard model. Inspired by `zepid.graphics.EffectMeasurePlot `_ (zEpid Package, https://pypi.org/project/zepid/). - Link: https://zepid.readthedocs.io/en/latest/Graphics.html#effect-measure-plots Args: coxph: Fitted CoxPHFitter object.