REGRESSION: Implement /ORIGIN subcommand.
[pspp] / src / language / stats / oneway.c
index 858d825319729641c6cca0992de904fb6d61788b..cbc00e0fdd43a1e06ab0fef48316570888aeee13 100644 (file)
@@ -728,7 +728,7 @@ run_oneway (const struct oneway_spec *cmd,
 
       ws.vws[v].cov = covariance_2pass_create (1, &cmd->vars[v],
                                               ws.vws[v].cat,
-                                              cmd->wv, cmd->exclude);
+                                              cmd->wv, cmd->exclude, true);
       ws.vws[v].nl = levene_create (var_get_width (cmd->indep_var), NULL);
     }