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 b9e5bfb commit 7bbe627
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 @@ -588,7 +588,7 @@ def weibull(
event_col: Name of the column in the AnnData object that contains the subjects’ death observation.
If left as None, assume all individuals are uncensored.
adata: AnnData object with necessary columns `duration_col` and `event_col`.
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 7bbe627

Please sign in to comment.