X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Foneway.q;h=2d55edff73fb286597a7be6771b467a9c4b6422c;hb=58a59525bddb2d6a606bb6ea3c2e4895502318a3;hp=ddb84d896fa1ac6701f8f4634071525a363ad3f9;hpb=7c08a6e1009cf60847e770a77a73c650e9326379;p=pspp diff --git a/src/language/stats/oneway.q b/src/language/stats/oneway.q index ddb84d896f..2d55edff73 100644 --- a/src/language/stats/oneway.q +++ b/src/language/stats/oneway.q @@ -40,8 +40,7 @@ #include #include #include -#include -#include +#include #include "sort-criteria.h" #include @@ -261,8 +260,6 @@ show_anova_table (void) t = tab_create (n_cols, n_rows); tab_headers (t, 2, 0, 1, 0); - tab_dim (t, tab_natural_dimensions, NULL, NULL); - tab_box (t, TAL_2, TAL_2, @@ -372,7 +369,6 @@ show_descriptives (const struct dictionary *dict) t = tab_create (n_cols, n_rows); tab_headers (t, 2, 0, 2, 0); - tab_dim (t, tab_natural_dimensions, NULL, NULL); /* Put a frame around the entire box, and vertical lines inside */ @@ -519,7 +515,7 @@ show_homogeneity (void) t = tab_create (n_cols, n_rows); tab_headers (t, 1, 0, 1, 0); - tab_dim (t, tab_natural_dimensions, NULL, NULL); + /* Put a frame around the entire box, and vertical lines inside */ tab_box (t, @@ -579,7 +575,6 @@ show_contrast_coeffs (short *bad_contrast) t = tab_create (n_cols, n_rows); tab_headers (t, 2, 0, 2, 0); - tab_dim (t, tab_natural_dimensions, NULL, NULL); /* Put a frame around the entire box, and vertical lines inside */ tab_box (t, @@ -663,7 +658,6 @@ show_contrast_tests (short *bad_contrast) t = tab_create (n_cols, n_rows); tab_headers (t, 3, 0, 1, 0); - tab_dim (t, tab_natural_dimensions, NULL, NULL); /* Put a frame around the entire box, and vertical lines inside */ tab_box (t,