"sqrtlasso"
Extract estimated regression coefficient vectors from the solution path.
# S3 method for sqrtlasso
coef(object, lambda.idx = c(1:3), beta.idx = c(1:3), …)
An object with S3 class "sqrtlasso"
The indices of the regularizaiton parameters in the solution path to be displayed. The default values are c(1:3)
.
The indices of the estimate regression coefficient vectors in the solution path to be displayed. The default values are c(1:3)
.
Arguments to be passed to methods.
picasso
and picasso-package
.