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

Add Quade's test implementation #439

Closed
wants to merge 2 commits into from
Closed

Add Quade's test implementation #439

wants to merge 2 commits into from

Conversation

sabinleee
Copy link

This Pull Request implements Quade’s test in the Pingouin library, addressing the request in Issue #134.

Quade’s test is a non-parametric alternative to the repeated measures ANOVA, ideal for comparing multiple groups when the assumptions of normality or equal variances are violated.

Key Changes

•	Added quades function to src/pingouin/nonparametric.py.
•	Added unit tests for quades in tests/test_nonparametric.py.

@raphaelvallat
Copy link
Owner

Hi @sabin5105,

Why did you end up closing this PR?

Thank you,
Raphael

@sabinleee
Copy link
Author

Hey, I realized after making the request that I implemented Quade’s test incorrectly.
I'll read the paper and reimplement the code when I have time, and then open the PR again.

thanks for your comments @raphaelvallat

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

Successfully merging this pull request may close these issues.

2 participants