From 47a5b123e01f177551d458689a34f378874975d3 Mon Sep 17 00:00:00 2001 From: Carl Buchholz <32228189+aGuyLearning@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:33:09 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ehrapy/plot/_survival_analysis.py b/ehrapy/plot/_survival_analysis.py index 8b9e10d3..63d626e0 100644 --- a/ehrapy/plot/_survival_analysis.py +++ b/ehrapy/plot/_survival_analysis.py @@ -314,7 +314,7 @@ def coxph_forestplot( color: str = "k", ): """Plots a forest plot of the Cox Proportional Hazard model. - Inspired by the forest plot in the zEpid package in Python. + 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: