How to predict a fitted model in new data?
Hello!I fitted a model using a dataset, namely X1, and now I have a new dataset with same columns, namely X2. I want to predict my response in X2 by using the predicted formula, but don't know the best practices in JMP. Currently, I've fitted the model in a dataset pilling X1 and X2 (see figure below), so I would use only X1 data to fit, but when I click Save Columns > Predicted Formula, it would ...