predict.cv.grpsel | R Documentation |
Generate predictions for new data using specified values of the tuning parameters.
## S3 method for class 'cv.grpsel'
predict(object, x.new, lambda = "lambda.min", gamma = "gamma.min", ...)
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.au>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.