Distribution Parameter Extraction Script
I am attempting to perform the following with a JMP script:Fit Weibull distributions to two different continuous data columns (TBI and TTR) in a table (dt1) BY all the different combinations of two categorical columns in the same table (STNFAM and VIEW_STATE_ID)Extract the Alpha and Beta parameters for all the resulting distributions and write them to a table. Even printing them to the log in a pa...