maximtrp / scikit-posthocs

Multiple Pairwise Comparisons (Post Hoc) Tests in Python
https://scikit-posthocs.rtfd.io
MIT License
351 stars 40 forks source link

Where can I find the required inputs of function 'posthoc_nemenyi_friedman()' ? #22

Closed AnyBrother closed 5 years ago

AnyBrother commented 5 years ago

Where can I find the required inputs of function 'posthoc_nemenyi_friedman()' ? I cannot successful run 'posthoc_nemenyi_friedman()' cause I cannot figure out what should I feed into this function. An example is better if you are convenient, thanks a lot.

maximtrp commented 5 years ago

@AnyBrother I have written a short tutorial for block design data. Please tell me if it helped you understand how to use the function arguments.

AnyBrother commented 5 years ago

Thanks a lot, it is quite helpful, wonderful work!