Annotate some more results as p-values and update the tests accordingly
[pspp] / src / language / stats / t-test-indep.c
index f17a1d5b785fdb739092dd11f79ea57e6855c913..d90a98e94ffcf7d9663c2b434518e780f9682ecf 100644 (file)
@@ -386,7 +386,7 @@ indep_test (const struct tt *tt, const struct pair_stats *ps)
       double df1 = 1;
       double df2 = cc0 + cc1 - 2;
       double q = gsl_cdf_fdist_Q (ps[v].lev, df1, df2);
-      tab_double (t, 3, v * 2 + heading_rows, TAB_CENTER, q, NULL, RC_OTHER);
+      tab_double (t, 3, v * 2 + heading_rows, TAB_CENTER, q, NULL, RC_PVALUE);
     }
   }