raphaelvallat / pingouin

Statistical package in Python based on Pandas
https://pingouin-stats.org/
GNU General Public License v3.0
1.64k stars 139 forks source link

description in pg.pairwise_tests for non-parametrics #330

Open turkalpmd opened 1 year ago

turkalpmd commented 1 year ago

The pairwise_tests module has a return_desc option that is suitable for parametric data. However, if non-parametric data is being used, medians and IQRs can be returned by setting the parametric parameter to False. I am willing to implement this feature in the relevant file at the provided GitHub link if it is desired. code line:

raphaelvallat commented 1 year ago

That's a good idea @turkalpmd — feel free to open a PR for it. Thanks

turkalpmd commented 1 year ago

I implemented there but I received error from tests. I cant understand as well, I need more read to examples. Thank you Raphael.