coef.galasso
averages the estimates across imputations to return a
single vector instead of a matrix.
# S3 method for saenet
coef(object, lambda, alpha, ...)
A numeric vector containing the coefficients from running
saenet
on lambda
and alpha
.
A "cv.saenet" fit
Chosen value of lambda. Must be between "min(lambda)" and "max(lambda)". Default is "lambda.min"
Chosen value of alpha. Must be between "min(alpha)" and "max(alpha)". Default is "alpha.min"
Additional unused arguments