Hi community,
This is probably an easy fix, but I'm stumped... I am looking for a scripting answer.
I am trying to make a generic workflow in a JSL add-on consisting of the following steps:
1: Create new column with non-linear prediction expression and parameters (done)
2: Model non-linear data with prediction expression and fit by groups (done)
3: Save prediction formula by groups in a new column (done)
4: Copy prediction formulas (from 3.) into a new column and differentiate by column(X) (help!)
Basically, I am trying to copy a prediction formula from one column into another column in the same data table for differentiation and subsequent visualization (graph builder).
Thanks alot :)