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

No warnings about ties in data #279

Open
jromanowska opened this issue Jan 26, 2023 · 0 comments
Open

No warnings about ties in data #279

jromanowska opened this issue Jan 26, 2023 · 0 comments

Comments

@jromanowska
Copy link

I have been struggling to understand why many of my p-values where 0 (not a very small number, but only and exactly 0).
I've used p_adjust = "none" and tested both cor_test() and correlation() in case the output formatting had anything to do with that, but it all became clear when I ran the base-R version: cor.test(). This gave me this warning:
Warning in cor.test.default(): cannot compute exact p-value with ties

This warning should be shown when running functions in this package, I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant