Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for survival 3.7-0 #321

Merged
merged 8 commits into from
Jun 10, 2024
Merged

Updates for survival 3.7-0 #321

merged 8 commits into from
Jun 10, 2024

Conversation

hfrick
Copy link
Member

@hfrick hfrick commented Jun 9, 2024

closes #320

For eval_time = Inf, there is a difference between what censored had been doing and what survival does now:
censored returned a survival probability of 0, survival returns the survival probability at the last observation - if that is a censored observation, the probability is > 0.

With this PR, censored let's the survival package handle these cases.

@hfrick hfrick mentioned this pull request Jun 10, 2024
@hfrick hfrick merged commit a699676 into main Jun 10, 2024
12 checks passed
@hfrick hfrick deleted the survival-3-7-0 branch June 10, 2024 16:26
Copy link

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Jun 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

survival 3.7-0 breaks censored
1 participant