How to use JSL to combine several DoE models into one fit group?
@txnelson @yuichi_katsumurI have more than 10 individual DoE model in one data table which was generated with stepwise automatically. Next, I want to use JSL to open each DoE model and copy its script inside "fit group( )", followed by ",", so that I can have a combined model. The final format will look like example below. Fit group(model 1,model 2,model 3,....); model 1 = fit model ()model 2 = f...