-
Notifications
You must be signed in to change notification settings - Fork 80
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
Bias corrected confidence interval #237
Conversation
…into update-generate
Update generate
… in else if and else
Codecov Report
@@ Coverage Diff @@
## develop #237 +/- ##
===========================================
- Coverage 100% 99.23% -0.77%
===========================================
Files 15 15
Lines 1163 1173 +10
===========================================
+ Hits 1163 1164 +1
- Misses 0 9 +9
|
Hi David, |
Hi Andrew, |
Hello, @davidbaniadam! Sorry for such a huge delay. Are you still interested in this PR? It needs some git "sorcery", test and documentation updates. Functionality seems useful, so I am happy to help here. |
Hi @echasnovski I don't understand what I should do? |
There are at least two choices here:
|
@echasnovski If you could finish it it would be great. |
Sure, no problem. Hope, this will take less than a year :) @andrewpbray, @ismayc, @simonpcouch: do you agree that this update (combined with future #311) will be useful? |
Makes sense to me. Thanks for your patience, @davidbaniadam. |
Agreed! |
Great! I'll try to make this during next couple of weeks. |
This functionality is now implemented in #318. I couldn't work locally with this PR, so started a new one. Thank you once again @davidbaniadam for suggesting this method and for initial implementation. |
Updates to the get_confidence_interval() function. * There is a new type argument option "bias-corrected" following #237's initial implementation. * Outputs for different type values now have consistent column names (#317). * Message is given if level isn't explicitly supplied * Tests are now more thorough. * Code is slightly refactored.
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. |
Hello,
Thanks for your package.
I have included a bias corrected confidence interval in get_confidence_interval.
I have used the formulas on this page: https://www.jmp.com/support/help/14-2/bias-corrected-percentile-intervals.shtml
I hope it can get implemented.
Thanks
David