Find slope for a row of data, not a column
Data are by subject over time, across a row. See the following example:columns _1 _2 _3 _4 _5 _8
subject(001) data -0.069965723 0.492749371 0.955245597 1.346963522 1.701118239 2.523141195
I have thousands of such rows where the slope is needed.All I really need is the slope for each series of numbers in the row. A new additional column following each series should contain the slope value for that...