metrumresearchgroup / bbr

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

Bootstrap: mechanism to only include data that entered the original problem #678

Closed barrettk closed 3 months ago

barrettk commented 5 months ago

We currently use nm_data() to get the original data needed for resampling (ref).

By default we should only be bootstrapping data that made it into the final problem (i.e. not ignored subjects). However, the advantage of nm_data() is that it doesnt require the previous/based_on model to have been submitted.

Some ideas:

barrettk commented 3 months ago

This has been addressed in https://github.com/metrumresearchgroup/bbr/pull/671