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

- [ ] create_mids_and_counts_data_from_probs() should produce 1-KM/CIF estimates instead of naive counts in case of adjustment for censoring. #134

Open
1 task
uriahf opened this issue Aug 6, 2024 · 3 comments

Comments

@uriahf
Copy link
Owner

uriahf commented Aug 6, 2024

          - [ ] `create_mids_and_counts_data_from_probs()` should produce 1-KM/CIF estimates instead of naive counts in case of adjustment for censoring.
  • How to consider counts regarding resource-constraint/ppcr?

Originally posted by @uriahf in #132 (comment)

@uriahf
Copy link
Owner Author

uriahf commented Aug 6, 2024

Every implementation should rely on the function cmprsk::cuminc().

@uriahf
Copy link
Owner Author

uriahf commented Aug 11, 2024

Should use the stratas as groups:

cuminc(time = time_horizon, status = reals, group = strata, data = probs_distribution)

@uriahf
Copy link
Owner Author

uriahf commented Nov 29, 2024

  • Manipulate tidycmprsk::cuminc() in order to extract non-parametric estimates for reals

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

1 participant