REGRESSION: Added calculation of the coefficients' confidence interval.
[pspp] / src / language / stats / flip.c
index 6378ffeb90ef6d4ee3a01709a5d58d631153ad02..e1ae9330dd89ac143b399509abcbfc505edb0353 100644 (file)
@@ -166,7 +166,7 @@ cmd_flip (struct lexer *lexer, struct dataset *ds)
   flip->encoding = dict_get_encoding (new_dict);
   dict_clear (new_dict);
 
-  input = proc_open (ds);
+  input = proc_open_filtering (ds, false);
   while ((c = casereader_read (input)) != NULL)
     {
       flip->n_cases++;