Skip to content

Commit

Permalink
Update ehrapy/tools/_sa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson authored Dec 2, 2024
1 parent 08e5949 commit 315e564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ehrapy/tools/_sa.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def kaplan_meier(
adata: AnnData object with necessary columns `duration_col` and `event_col`.
duration_col: The name of the column in the AnnData objects that contains the subjects’ lifetimes.
event_col: The name of the column in anndata that contains the subjects’ death observation.
timeline: return the best estimate at the values in timelines (positively increasing)
timeline: Return the best estimate at the values in timelines (positively increasing)
entry: Relative time when a subject entered the study. This is useful for left-truncated (not left-censored) observations.
If None, all members of the population entered study when they were "born".
label: A string to name the column of the estimate.
Expand Down

0 comments on commit 315e564

Please sign in to comment.