Skip to content

Instantly share code, notes, and snippets.

@trevismd
Created July 4, 2021 21:23
Show Gist options
  • Save trevismd/a06762cfe50cf7756e7fb2ddc98e6965 to your computer and use it in GitHub Desktop.
Save trevismd/a06762cfe50cf7756e7fb2ddc98e6965 to your computer and use it in GitHub Desktop.
corrected p-values
for result, corrected_result in zip(results, corrected_results):
print(f"{result.pvalue:.2e} => {corrected_result.pvalue:.2e}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment