How to Save prediction formula for different categories when running Nonlinear model fitting
I have a script that fits a custom formula for a Nonlinear model (not available on Nonlib) that gets the estimates for the model parameters. I can Save the formula under the red triangule menu and select save prediction formula which will create a new column for the new results. I can do this for every category.
New Column( "Fitted Model By Sample",
Numeric,
"Continuous",
Format( "Best", 12 )...