Description Usage Arguments Author(s) References Examples
The function returns a list of simulations that summary the biases, TPR, FPR, FDR, selected index, sigma2 bias of auto lasso method and lasso1 method.
1 | model.fitting(x,N.sim=100,p.true=5,sigma.true,beta.true)
|
x |
Predicted variable |
N.sim |
Times of simulation |
p.true |
Number of active variables |
sigma.true |
True value of sigma |
beta.true |
True value of beta |
Sujit K. Ghosh, Kaiyuan Duan, Guangjie Yu
A Fast Automatic Variable Selection Method for LinearRegression Model
1 | model.fitting=function(x=x,N.sim=100,p.true=5,sigma.true=sigma.true,beta.true=beta.true)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.