-
-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Labels
invalid 🚩This doesn't seem rightThis doesn't seem right
Description
After performing repeated measures ANOVA, I discovered that in some cases the output of pingouin.sphericity function differs from the output of R/other apps.
pg.sphericity( data=df, dv="Value", within="Bin", subject="Animal", method="mauchly", )
Here are some basic examples:
- Correct (similar results):
- Incorrect:
After uncommenting Method 1 implementation, results looks similar to R in all cases, see here:
pingouin/src/pingouin/distribution.py
Line 980 in cfaa5db
| # Method 1. Contrast matrix. Similar to R & Matlab implementation. |
Best regards,
Anton
Metadata
Metadata
Assignees
Labels
invalid 🚩This doesn't seem rightThis doesn't seem right