-
Notifications
You must be signed in to change notification settings - Fork 165
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
method = "t.test", compare_means calculated P value is different from stat_compare_means #34
Comments
Thank you for pointing this out. This is due to inconsistency in R base functions. Internally, compare_means() uses the R base function In This issue is fixed. Now, the default behaviour of You can install the latest developmental version of ggpubr (devtools::install_github("kassambara/ggpubr"). Kindly confirm that it works so that we can close the issue, thanks. |
I see,Thank you very much |
I have similar issue with the KW test here is my code and the output of the same ,when im using the base R function the p value reported is different im using the latest version Version: 0.2.999 My data so that you can run and test to see whats wrong https://drive.google.com/open?id=10vanPZEW77qfImINZvoYiAc8CH2Y0XOi
|
use data
t.test() calculated P value the same of graphics,but compare_means() function is different
The text was updated successfully, but these errors were encountered: