X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Fstats%2Ft-test-indep.c;h=115885d4b9750a661dba7d1f7ef33b9cd885f920;hb=d81e61ee74df11558749faa3ceaf09fda48c7bc1;hp=c80505493964775c45e9efc66d9db25899ee679f;hpb=90a008db8b2f6e5bec903e584eb68e9bb20c061e;p=pspp diff --git a/src/language/stats/t-test-indep.c b/src/language/stats/t-test-indep.c index c805054939..115885d4b9 100644 --- a/src/language/stats/t-test-indep.c +++ b/src/language/stats/t-test-indep.c @@ -227,6 +227,8 @@ indep_summary (const struct tt *tt, struct indep_samples *is, const struct pair_ var_append_value_name (is->gvar, is->gval1, &vallab1); } + tab_vline (t, TAL_1, 1, heading_rows, rows - 1); + for (v = 0; v < tt->n_vars; ++v) { int i; @@ -299,6 +301,8 @@ indep_test (const struct tt *tt, const struct pair_stats *ps) _("%g%% Confidence Interval of the Difference"), tt->confidence * 100.0); + tab_vline (t, TAL_1, 1, heading_rows, rows - 1); + for (v = 0; v < tt->n_vars; ++v) { double df, pooled_variance, mean_diff, tval;