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
By clicking “Sign up for GitHub&rdqu
7C34
o;, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.
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: