Fit Group Automate
Im working with this code but somehow on the 9th output, it gets an error. Parameters_1 contains 23 items on it.
current data table(subs);
for (i = 1, i <= nitems(parameters_1), i++,
print(i);
Oneway(
X( :Recipe ),
Y( column(subs, parameters_1[i]) ),
With Control(1),
Quantiles(1),
Means and Std Dev(1),
CDF Pl...
vince_faller