Annotate some more results as p-values and update the tests accordingly
[pspp] / src / language / stats / t-test-paired.c
index 55a31a252148fb06cd424df2935beff1eaf3c608..933b0b35535dcdcc07517302dc9d0160e04337b0 100644 (file)
@@ -261,7 +261,7 @@ paired_correlations (const struct tt *tt, struct paired_samp *os)
 
       tab_double (t, 3, v + heading_rows, TAB_RIGHT, corr, NULL, RC_OTHER);
       tab_double (t, 4, v + heading_rows, TAB_RIGHT, 
-                 2.0 * significance_of_correlation (corr, cc0), NULL, RC_OTHER);
+                 2.0 * significance_of_correlation (corr, cc0), NULL, RC_PVALUE);
     }
 
   tab_submit (t);