@@ -930,8 +930,9 @@ def __repr__(self, header=True, sigfig=3):
930930 bs2 = "the confidence interval is bias-corrected and accelerated."
931931 bs = bs1 + bs2
932932
933- pval_def1 = "The p-value(s) reported are the likelihood(s) of observing the " + \
934- "effect size(s),\n if the null hypothesis of zero difference is true."
933+ pval_def1 = "Any p-value reported is the probability of observing the" + \
934+ "effect size (or greater),\n assuming the null hypothesis of" + \
935+ "zero difference is true."
935936 pval_def2 = "\n For each p-value, 5000 reshuffles of the " + \
936937 "control and test labels were performed."
937938 pval_def = pval_def1 + pval_def2
@@ -1295,8 +1296,9 @@ def __repr__(self, header=True, sigfig=3):
12951296 bs2 = "the confidence interval is bias-corrected and accelerated."
12961297 bs = bs1 + bs2
12971298
1298- pval_def1 = "The p-value(s) reported are the likelihood(s) of observing the " + \
1299- "effect size(s),\n if the null hypothesis of zero difference is true."
1299+ pval_def1 = "Any p-value reported is the probability of observing the" + \
1300+ "effect size (or greater),\n assuming the null hypothesis of" + \
1301+ "zero difference is true."
13001302 pval_def2 = "\n For each p-value, 5000 reshuffles of the " + \
13011303 "control and test labels were performed."
13021304 pval_def = pval_def1 + pval_def2
@@ -1966,8 +1968,9 @@ def __repr__(self, show_resample_count=True, define_pval=True, sigfig=3):
19661968 bs2 = "the confidence interval is bias-corrected and accelerated."
19671969 bs = bs1 + bs2
19681970
1969- pval_def1 = "The p-value(s) reported are the likelihood(s) of observing the " + \
1970- "effect size(s),\n if the null hypothesis of zero difference is true."
1971+ pval_def1 = "Any p-value reported is the probability of observing the" + \
1972+ "effect size (or greater),\n assuming the null hypothesis of" + \
1973+ "zero difference is true."
19711974 pval_def2 = "\n For each p-value, 5000 reshuffles of the " + \
19721975 "control and test labels were performed."
19731976 pval_def = pval_def1 + pval_def2
0 commit comments