metrumresearchgroup / bbr

R interface for model and project management
https://metrumresearchgroup.github.io/bbr/
Other
23 stars 2 forks source link

Bootstrap: revisit how we sample the input data #676

Closed barrettk closed 3 months ago

barrettk commented 5 months ago

Before we finalize the new bootstrap feature, I want to make sure we revisit the resample_df function, currently ported over from mrgmsic (along with 3 required helper functions).

mrgmisc files of interest:

As of making this issue, the core differences are:

Here is the file diff of those four functions (2 separate PNGs): image image

seth127 commented 5 months ago

This is being added in https://github.com/metrumresearchgroup/bbr/pull/671 specifically here

seth127 commented 5 months ago

@michaelmcd18 is going to look into this. He's been doing most of the recent maintenance on mrgmisc.

barrettk commented 3 months ago

Addressed in https://github.com/metrumresearchgroup/bbr/pull/671