Predict Method for Elastic Net Models

# S3 method for class 'glmnet_rvfl'
predict(object, newdata, s = 0.1, ...)

Arguments

object

Fitted model object

newdata

New data for prediction

s

Value of the penalty parameter lambda at which predictions are required

...

Additional arguments

Value

Predictions for new data