It calculates the slope with linear regression of log(y) ~ x
Slope(x, y)
Arguments
x: vector values of the independent variable, usually time
y: vector values of the dependent variable, usually concentration
Details
With time-concentration curve, you frequently need to estimate slope in log(concentration) ~ time. This function is usually called by BestSlope function, and you seldom need to call this function directly.