improve FREQUENCIES LAYERED
[pspp] / src / language / stats / frequencies.c
index cf40446a77d5e944b8766594260d3500bf50e5e8..018cc6237e0e1c1f845c11c17c59a18df3bde015 100644 (file)
@@ -1613,7 +1613,7 @@ frq_stats_table_create (const struct frq_proc *frq,
                                     pc->p * 100.0));
     }
 
-  struct pivot_splits *splits = pivot_splits_create (table, PIVOT_AXIS_ROW,
+  struct pivot_splits *splits = pivot_splits_create (table, PIVOT_AXIS_COLUMN,
                                                      dict);
 
   struct frq_stats_table *fst = xmalloc (sizeof *fst);