talasso | R Documentation |
Estimation function. Tuning parameter inputs needed. First step adalasso estimate needed.
talasso(x, y, b.first, lambda, gamma = 1, intercept = TRUE, scalex = FALSE)
x |
Predictor matrix (n-by-p matrix) |
y |
Response variable |
b.first |
First step adaptive lasso estimates |
lambda |
Shrinkage tuning parameter |
gamma |
Parameter controlling the inverse of first step estimate |
intercept |
A boolean: include an intercept term or not |
scalex |
A boolean: standardize the design matrix or not |
A list contains estimated intercept and slope
ahat |
Estimated intercept |
bhat |
Estimated slope |
talasso(x,y, b.first,lambda)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.