lars.lsa | R Documentation |
lars variant for LSA.
lars.lsa(
Sigma0,
b0,
intercept,
n,
type = c("lasso", "lar"),
eps = .Machine$double.eps,
max.steps
)
Sigma0 |
The parameter. |
b0 |
The intercept of the regression line. |
intercept |
The bool variable of whether consider the intercept situation |
n |
The number of data point. |
type |
Regression options, choose form "lasso" or "lar". |
eps |
The converge threshold defined by the machine. |
max.steps |
The maximum iteration times to stop. |
object.
Reference Wang, H. and Leng, C. (2006) and Efron et al. (2004).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.