Hello. I have a set of data on which I would like to run the same regression model for multiple groups. The groups are defined by a column in the input data. For each regression I want to score the model and append each set of predictions to one output data.
It seems like a batch macro would do this, but I'm not sure where to start. Any tips would be appreciated.
Cheers!