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 315e564 commit b9e5bfb
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 @@ -519,7 +519,7 @@ def nelson_aalen(
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.
If left as None, assume all individuals are uncensored.
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 b9e5bfb

Please sign in to comment.