Write Slope to Data Table
I have a data table with variable data over time per batch. Each variable value is on an individual row with it's corresponding time. I am looking to write the slope of the linear fit of that X(time) to Y(variable). I have done a bivariate fit per batch with a linear fit to get the slope per batch. I am looking to write this value back to the data table. The goal is to add a column of each ba...