Created
July 4, 2021 21:23
-
-
Save trevismd/a06762cfe50cf7756e7fb2ddc98e6965 to your computer and use it in GitHub Desktop.
corrected p-values
This file contains hidden or 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
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