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
surv.sim()
surv_data is create in the bgfscure package https://github.com/ICON-in-R/bgfscure
surv_data
bgfscure
with background rate already appended to each individual.
Instead pass in list of S (and h) for each group and do work inside of main function. Take structure from survHE::surv.sim() output.
survHE::surv.sim()
This will mean that the background could be supplied by a model fit using survHE in the future.
survHE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
surv_data
is create in thebgfscure
packagehttps://github.com/ICON-in-R/bgfscure
with background rate already appended to each individual.
Instead pass in list of S (and h) for each group and do work inside of main function.
Take structure from
survHE::surv.sim()
output.This will mean that the background could be supplied by a model fit using
survHE
in the future.The text was updated successfully, but these errors were encountered: