Skip to content
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

Update boot_tidiers.R to fix confidence interval output #167

Merged
merged 1 commit into from Nov 19, 2017

Conversation

jbiesanz
Copy link
Contributor

The confidence interval output summary (ci.tab) was transposed and the function would fail if one was bootstrapping any number of statistics other than exactly 2 (and that output was incorrectly located in the resulting data.frame). Transposing the ci.tab matrix fixes this error.

There also was an "Error: unexpected 'else' " in the middle of the function that is corrected.

The confidence interval output summary (ci.tab) was transposed and the function would fail if one was bootstrapping any number of statistics other than exactly 2 (and that output was incorrectly located in the resulting data.frame). Transposing the ci.tab matrix fixes this error.

There also was an "Error: unexpected 'else' " in the middle of the function that is corrected.
@janfreyberg
Copy link

+1, this should be merged ASAP

@dgrtwo dgrtwo merged commit c0f02c3 into tidymodels:master Nov 19, 2017
@dgrtwo
Copy link
Collaborator

dgrtwo commented Nov 19, 2017

Thanks! Sorry this took a long time

@github-actions
Copy link

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants