Last active
July 21, 2021 15:01
-
-
Save trevismd/53a9de9530ad17fc9f47cd3b3f79eff4 to your computer and use it in GitHub Desktop.
Performing statistical test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with sns.plotting_context('notebook', font_scale = 1.4): | |
# ... same as before | |
# Add annotations | |
annotator.new_plot(ax, pairs=pairs, **plotting_parameters) | |
annotator.configure(test='Mann-Whitney', verbose=True).apply_and_annotate() | |
# ... same as before |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment