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

statcond 'paired' {'on' 'off'} is not working for mixed designs #81

Closed
arnodelorme opened this issue Nov 27, 2019 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@arnodelorme
Copy link
Collaborator

I confirmed that statcond should support the option 'paired' {'on' 'off'}to address a mixed design (namely, paired + unpaired), but actually does not seem to compute in that way. At least, the command line use of 'paired' {'on' 'off'} returns error (rejected by finputcheck).

Makoto

@arnodelorme
Copy link
Collaborator Author

Yes, it does not compute it in that way. If one of the dimension is unpaired, it treats everything unpaired.

Doing the bootstrap and permutation one is not too hard. We would need the Matlab function to do this in a parametric way though.

Arno

@arnodelorme arnodelorme added the enhancement New feature or request label Nov 27, 2019
@arnodelorme
Copy link
Collaborator Author

Shuffling differently in both dimensions of the cell array (one dimension paired and one dimension unpaired) would be almost equivalent to shuffling unpaired in both dimensions. I am not sure it is the correct way to do it and would lead to better stats.

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

No branches or pull requests

1 participant