lm_dr | R Documentation |
Perform a linear regression with drift.
lm_dr(x)
x |
A |
A field<vec>
with:
Coefficients
Residuals
Sigma^2
x = 1:10 y = cumsum(rep(.7,10)) lm_dr(y)[[1]] coef(lm(y~x-1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.