You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a way to use bootstrapper() to split a bootstrapped dataset into .draws, fit a model and return a data.frame or list of the coefficients (or other statistics). This should be a common enough task to warrant a documentation example.
Your RStudio2019 presentation mentions a function bootstrapify, but this doesn't exist in the package. I've tried a variety of things, but can't quite get my head around a solution.
I'm looking for a way to use
bootstrapper()
to split a bootstrapped dataset into.draw
s, fit a model and return a data.frame or list of the coefficients (or other statistics). This should be a common enough task to warrant a documentation example.Your RStudio2019 presentation mentions a function
bootstrapify
, but this doesn't exist in the package. I've tried a variety of things, but can't quite get my head around a solution.The text was updated successfully, but these errors were encountered: