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

Issue with multiple between-group comparisons #167

Open
MarkKramer opened this issue Feb 22, 2024 · 2 comments
Open

Issue with multiple between-group comparisons #167

MarkKramer opened this issue Feb 22, 2024 · 2 comments

Comments

@MarkKramer
Copy link

I'm trying to complete a between-group analysis (i.e. control group vs. test group) across 3 different control conditions. You have an excellent option for this (final plot on: https://acclab.github.io/dabestr/articles/tutorial_basics.html), but I get the following error:

"Error in PermutationTest(ctrl_measurement, test_measurement, effect_size = effect_size_type, :
The two arrays do not have the same length."

Is there perhaps something I am not doing correctly? To me the arrays should not need the same length.

Kind regards,

Mark

@MarkKramer
Copy link
Author

Per my comment above, it seems to do this even when I try just a simple between-group comparison just for the control group (n=64) vs. the test1 group (n=15). I get the same error.

@sunroofgod
Copy link
Collaborator

Hi @MarkKramer, sorry for the late reply!

This issue has been addressed previously and resolved in the latest version that is available on the development branch.

You may update your version of dabestr to the development version via:

devtools::install_github(repo = "ACCLAB/dabestr", ref = "dev")

You may also see the issue thread regarding the same issue here: #154.

Hope this helps :)

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

2 participants