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.