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
Currently row_wilcoxon_* tests do not return the pseudo-median estimates nor confidence intervals. The tests in base R can return confidence intervals when asked: wilcox.test(..., conf.int=TRUE).
The problem is that it's hard to speed up confidence interval calculations for this tests so for now they are not implemented. But would be a nice addition in the future.
The text was updated successfully, but these errors were encountered:
karoliskoncevicius
changed the title
Confidence intervals and pseudeo-medians for wilcoxon tests
Add confidence intervals and for wilcoxon tests
Jun 10, 2019
Currently
row_wilcoxon_*
tests do not return the pseudo-median estimates nor confidence intervals. The tests in base R can return confidence intervals when asked:wilcox.test(..., conf.int=TRUE)
.The problem is that it's hard to speed up confidence interval calculations for this tests so for now they are not implemented. But would be a nice addition in the future.
The text was updated successfully, but these errors were encountered: