Help using JSL to extract fit parameters from Fit Curve platform
I am fairly new to the JSL coding and I have been struggling to automate a workflow involving the Fit Curve platform. Here is what I am trying to automate: Step 1: Fit Curve Exponential 2P model to data by providing X, Y, and BY data. Script code below works fine. Step 2: Collect fit parameters: Scale and Growth Rate (I wish this was just "a" and "b") for each Sample ID and create a new Table th...