X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fbinomial.c;h=3c8925803bfd5741623120e21c412ab8caa35d2e;hb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;hp=bc87a94da3316b0c0cf0b99c0035092a7d93a8cb;hpb=cb72db62c20ecab427229110820c5b053d0663c4;p=pspp diff --git a/src/language/stats/binomial.c b/src/language/stats/binomial.c index bc87a94da3..3c8925803b 100644 --- a/src/language/stats/binomial.c +++ b/src/language/stats/binomial.c @@ -16,7 +16,7 @@ #include #include -#include +#include #include #include @@ -189,8 +189,6 @@ binomial_execute (const struct dataset *ds, struct tab_table *table = tab_create (7, ost->n_vars * 3 + 1); - tab_dim (table, tab_natural_dimensions, NULL, NULL); - tab_title (table, _("Binomial Test")); tab_headers (table, 2, 0, 1, 0);