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

Add confidence intervals for wilcoxon tests #2

Open
karoliskoncevicius opened this issue Jun 10, 2019 · 0 comments
Open

Add confidence intervals for wilcoxon tests #2

karoliskoncevicius opened this issue Jun 10, 2019 · 0 comments

Comments

@karoliskoncevicius
Copy link
Owner

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.

@karoliskoncevicius karoliskoncevicius changed the title Confidence intervals and pseudeo-medians for wilcoxon tests Add confidence intervals and for wilcoxon tests Jun 10, 2019
@karoliskoncevicius karoliskoncevicius changed the title Add confidence intervals and for wilcoxon tests Add confidence intervals for wilcoxon tests Jun 11, 2019
karoliskoncevicius added a commit that referenced this issue Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant