Extract coefficients from cross-validated RVFLNet model

# S3 method for class 'cv.rvflnet'
coef(object, s = "lambda.min", ...)

Arguments

object

cv.rvflnet object

s

lambda value ("lambda.min", "lambda.1se", or numeric)

...

additional arguments passed to coef.glmnet

Value

coefficient matrix. See coef.rvflnet for interpretation notes.

Examples

if (FALSE) { # \dontrun{
coef(cv_model, s = "lambda.min")
} # }