From b560748c877e33f7ad272e4526294915241e08a0 Mon Sep 17 00:00:00 2001 From: Carl Buchholz <32228189+aGuyLearning@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:48:42 +0100 Subject: [PATCH] removed fitter object from docu --- 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 17d4a130..029b0a59 100644 --- a/ehrapy/plot/_survival_analysis.py +++ b/ehrapy/plot/_survival_analysis.py @@ -318,7 +318,6 @@ def cox_ph_forestplot( title: str | None = None, ): """Generates a forest plot to visualize the coefficients and confidence intervals of a Cox Proportional Hazards model. - The method requires a fitted CoxPHFitter object from the lifelines library. Inspired by `zepid.graphics.EffectMeasurePlot `_ (zEpid Package, https://pypi.org/project/zepid/).