coef.cv.l0ara {l0ara} | R Documentation |
Print the coefficients from the model with the optimal lambda
.
## S3 method for class 'cv.l0ara' coef(object, ...)
object |
Fitted "cv.l0ara" object. |
... |
Not used argument. |
This function fit the model with the optimal lambda
first and then print the coefficients. This function makes it easier to use the results to make a prediction or to see the fitted model.
The object returns the coefficients.
Wenchuan Guo <wguo007@ucr.edu>, Shujie Ma <shujie.ma@ucr.edu>, Zhenqiu Liu <Zhenqiu.Liu@cshs.org>
predict
method and l0ara
function.