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

estimateCompetingRiskSurvival() suppressing event counts when setting minCellCount = 0 #2

Open
daniellenewby opened this issue Apr 23, 2024 · 1 comment

Comments

@daniellenewby
Copy link

Picked up by a data partner.

Setting min cell count in this argument to 0 should return all values however it is obscuring counts <5 which we believe is due to incorrect code here and <5 being hard coded here:

dplyr::mutate(n_events = dplyr::if_else(.data$n_events < 5 & .data$n_events >0,

Can we have a work around please whilst the newest version is being submitted to CRAN?

Thanks

Danielle

@KimLopezGuell
Copy link

This should be corrected in the newest release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants