Description Usage Arguments Author(s) References Examples
Auto lasso function returns estimate beta and estimate sigma by finding minimum risk (m) largest beta's in absolute values, and obtaining least square estimates with active minimum risk (m) variables.
1 | auto.lasso(x,y)
|
x |
Predicted variable |
y |
Response variable |
ratio |
Ratio is the proportion of the number of columns over that of the rows. |
Sujit K. Ghosh, Kaiyuan Duan, Guangjie Yu
A Fast Automatic Variable Selection Method for LinearRegression Model
1 | auto.lasso=function(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.