Skip to content

Commit

Permalink
made anything after coxphfitter keyword only
Browse files Browse the repository at this point in the history
  • Loading branch information
aGuyLearning committed Dec 13, 2024
1 parent 2108681 commit 88e18a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ehrapy/plot/_survival_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def kaplan_meier(

def cox_ph_forestplot(
cox_ph: CoxPHFitter,
*,
labels: list[str] | None = None,
fig_size: tuple = (10, 10),
t_adjuster: float = 0.1,
Expand Down

0 comments on commit 88e18a7

Please sign in to comment.