Found the script in Srcipt Index.
A new question:
How to rename the new column generated by "Save formula" and the new table by "Make parameter table" in the script?
Thanks!
dt= Current data table ();
obj= dt << Fit Curve(
Y( :response ), X( :Log Concentration ), Group( :compounds ), Fit Logistic 4P
);
obj << (Fit ["Logistic 4P"] <<
Save Parametric Prediction Formula);
obj << Fit ["Logistic 4P"](Make Parameter Table
re