X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fbinomial.c;h=3c8925803bfd5741623120e21c412ab8caa35d2e;hb=a857d9573897b2aa372824ff5323b14b84207142;hp=bc87a94da3316b0c0cf0b99c0035092a7d93a8cb;hpb=8b71948cd57dbd2787cb4c50525b957e9be8a62b;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);