Hi @Alec1293,
Saving the prediction formula to the data table is helpful to see how to take those parameter estimates and recreate the same predictions somewhere else.
Precisely describing what the parameters mean is a little difficult. In general, JMP parameterizes models so that the intercept is the grand mean, and all other model effects are effectively adjustments to the grand mean. Parameter estimates for continuous factor main effects are slope terms as you would typically expect.
Categorical main effect parameters are the average differences from the grand mean for the respective categorical factor level. For example, if you have a 3-level categorical factor, X, with levels L1, L2, and L3; then you will probably see parameter estimates X[L1] and X[L2] (L3 coded as [-1 -1]). If Intercept = 100, X[L1] = -3, and X[L2] = 5, then the predicted value for X[L1] (averaged across all other factor levels) is 97. The predicted value for X[L2] is 105. The predicted value for X[L3] = 100 - (-3) - (+5) = 98.
Higher order effects can be interpreted as adjustments to the lower order effect. For example, a X1*X2 interaction could be interpreted as an adustment to the slope of X1 for a given value of X2, or equivalently, an adjustmet to the slope of X2 for a given value of X1.
You can find more detailed info about how JMP parameterizes linear models in the books in the Help menu.
-- Cameron Willden