How to use JSL for Fit Group with by column?
Not sure what is erroring out in this script using Fit Group in JSL. It still plots the graph as I wanted, however it terminated the script at that point.In the following script, error marked by /*###*/
Fit Group(
Bivariate(Y(:A), X(:AAA),
Bivariate(Y(:A), X(:BBB)),
Bivariate(Y(:A), X(:CCC)),
Bivariate(Y(:B), X(:AAA)),
Bivariate(Y(:B), X(:BBB)),
Bivariate(Y(:B), X(:CCC)),
<<{Arrange in Rows...