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

Mis-match between text output and calculated values #169

Open
mfarrant opened this issue Apr 9, 2024 · 0 comments
Open

Mis-match between text output and calculated values #169

mfarrant opened this issue Apr 9, 2024 · 0 comments

Comments

@mfarrant
Copy link

mfarrant commented Apr 9, 2024

When using latest dev version (DABESTR v2023.9.12) the output of a shared.control.mean_diff (having two sets of data with one control) produces the correct plot but the output says:

The p-value of the two-sided permutation t-test is 0.1058, calculated for legacy purposes only.

and

The p-value of the two-sided permutation t-test is 0.0913, calculated for legacy purposes only.

These seem not to be the results of the two permutation tests, but rather the Student-t test p-values, as
str(shared.control.mean_diff) reveals
$ pval_permtest : num [1:2] 0.0832 0.0082
and
$ pvalue_students_t : num 0.106
$ pvalue_students_t : num 0.0913

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