I\'m using a CSV dataset config element, which is reading from a file like this:
abd sds ase sdd ssd cvv
Which, basically, has a number of
Note that you need to have the values for a given variable name in the same column.
Doing: abd sds ase sdd ssd cvv is very different from
The first has 6 variables with one value each; the second has one variable with 6 values.