We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
create_mids_and_counts_data_from_probs()
- [ ] `create_mids_and_counts_data_from_probs()` should produce 1-KM/CIF estimates instead of naive counts in case of adjustment for censoring.
Originally posted by @uriahf in #132 (comment)
The text was updated successfully, but these errors were encountered:
Every implementation should rely on the function cmprsk::cuminc().
cmprsk::cuminc()
Sorry, something went wrong.
Should use the stratas as groups:
cuminc(time = time_horizon, status = reals, group = strata, data = probs_distribution)
tidycmprsk::cuminc()
No branches or pull requests
Originally posted by @uriahf in #132 (comment)
The text was updated successfully, but these errors were encountered: