Description Usage Arguments Value Examples
Linear regression by gradient descent using R.
1 | GDLM(x, y, crit = 1e-08, maxiter, Intercept = T)
|
x |
The observed value of independent variables x should be a vector or matrix.(numeric) |
y |
The observed value of dependent variable and y should be a vector. (numeric) |
crit |
The value that controls convergence. (numeric) |
maxiter |
Maximum number of iteration steps. (numeric) |
Intercept |
if TRUE then the reslut including the intercept coefficient (logical) |
the regression coefficients
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.