trevismd / statannotations

add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
Other
624 stars 67 forks source link

Use different statistical tests in one process #92

Open KevinsWang opened 1 year ago

KevinsWang commented 1 year ago

Hey! In my data processing, data in different pairs may have different distributions and I wanna use different statistical tests for different pairs, according to whether the data in a pair both conform to normal distribution or not. So is there any way to solve this problem?