View source: R/dCVnet_innerloop.R
coef.multialpha.repeated.cv.glmnet | R Documentation |
obtain coefficients from a
multialpha.repeated.cv.glmnet
object.
This is a wrapper for predict.multialpha.repeated.cv.glmnet
## S3 method for class 'multialpha.repeated.cv.glmnet'
coef(object, newx = NULL, alpha = NULL, s = NULL, ...)
object |
a a |
newx |
matrix of new values for x at which predictions are required. Note: no impact when type is "coefficients", "class" or "nonzero". |
alpha |
the penalty type alpha at which prediction is required. Leave NULL to use the cv-optimised value. |
s |
The penalty amount lambda at which prediction is required. Leave NULL to use the cv-optimised value. |
... |
passed to |
predict.multialpha.repeated.cv.glmnet
predict.cv.glmnet
,
predict.glmnet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.