How to get Parameter Estimates and Summary of Fit
Hi, I'm new in JMP. How can I get the linear fit, summary of fit & parameter estimates make into data table? Because I need to get the slope, Y-intercept, Rsquare and RMSE of the bivariate plot and make into tabulated format. Please help. I only got the summary of fit scriptbivsumfit = rbiv["Summary of Fit"][1] << make combined data table;
bivsumfit2 = bivsumfit << Split( Split By( :Column 1 ), Sp
...