Skip to content

Instantly share code, notes, and snippets.

@trevismd
Last active July 5, 2021 07:59
Show Gist options
  • Save trevismd/cf543e42d1e1c82005d00cf8a5365293 to your computer and use it in GitHub Desktop.
Save trevismd/cf543e42d1e1c82005d00cf8a5365293 to your computer and use it in GitHub Desktop.
Statannotations-Tutorial-1 Imports
import matplotlib.pyplot as plt
import pandas as pd
import seaborn as sns
# A few helper functions:
from utils import *
# To illustrate examples
import numpy as np
from scipy.stats import mannwhitneyu, normaltest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment