predict.grpsel | R Documentation |
Generate predictions for new data using specified values of the tuning parameters.
## S3 method for class 'grpsel'
predict(object, x.new, lambda = NULL, gamma = NULL, ...)
object |
an object of class |
x.new |
a matrix of new values for the predictors |
lambda |
the value of |
gamma |
the value of |
... |
any other arguments |
A matrix of predictions.
Ryan Thompson <ryan.thompson-1@uts.edu.auu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.