JSL- Is there a way to automatically interpolate 'x' values from from 'y' using regression equation?
I'm currently using JSL for the first time to automate data anlysis/reporting. My analysis involves:1. Importing the required data (done)2. Analysing the data (data)3. Using computed data to perform a bivariate analysis and fitting a line (done)4. Using the generated regression equation to predict 'x' for specific 'y' values: Here's where my problem lies. I'd like to have the capability of dynamic...