Annotate some more results as p-values and update the tests accordingly
[pspp] / src / language / stats / regression.c
index ef5a9f28d1eafc0c99cc3df6ae5ae04ba68125c0..cbffb7d45ecf909a473edf5caa1844dfa2368b81 100644 (file)
@@ -960,7 +960,7 @@ reg_stats_anova (const linreg * c, const struct variable *var)
 
   tab_double (t, 5, 1, 0, F, NULL, RC_OTHER);
 
-  tab_double (t, 6, 1, 0, pval, NULL, RC_OTHER);
+  tab_double (t, 6, 1, 0, pval, NULL, RC_PVALUE);
 
   tab_title (t, _("ANOVA (%s)"), var_to_string (var));
   tab_submit (t);