-
Notifications
You must be signed in to change notification settings - Fork 28
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
faster bootstrap iterations for large data? #168
Comments
|
Hi both. @chjackson; could you perhaps explain the difference between these two functions? If you think we should switch to using More generally I've been considering whether |
This is a bit messy unfortunately! These functions have grown organically rather than being meticulously designed.
I have an intuitive preference for the parametric bootstrap over the delta method, but that is not based on any systematic comparison. There are some mixed results comparing these approaches in this paper. |
Is there an option or a way to do a multi-threaded version of the bootstrap? I am using standsurv and the data is pretty big (280,000 people). It takes about a minute and a half to run each bootstrap iteration, so running a few hundred is pretty expensive. The delta method was over an hour and I stopped it. I am happy to run multiple threads myself and pool the iterations but it seems that the only thing returned are the summary statistics (i.e., 95% CI) and not the actual results for each iteration. Is there a creative way to work around this that I am not seeing?
The text was updated successfully, but these errors were encountered: