Slope | R Documentation |
It calculates the slope with linear regression of log(y) ~ x
Slope(x, y)
x |
vector values of the independent variable, usually time |
y |
vector values of the dependent variable, usually concentration |
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.
R2 |
R-squared |
R2ADJ |
adjusted R-squared |
LAMZNPT |
number of points used for slope |
LAMZ |
negative of the slope, lambda_z |
b0 |
intercept of the regression line |
CORRXY |
correlation of log(y) and x |
LAMZLL |
earliest x for lambda_z |
LAMZUL |
last x for lambda_z |
Kyun-Seop Bae <k@acr.kr>
BestSlope
Slope(Indometh[Indometh$Subject==1, "time"], Indometh[Indometh$Subject==1, "conc"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.