Generate predictions for new data using specified values of the tuning parameters.
# S3 method for cv.grpsel
predict(object, x.new, lambda = "lambda.min", gamma = "gamma.min", ...)A matrix of predictions.
an object of class cv.grpsel
a matrix of new values for the predictors
the value of lambda indexing the desired fit
the value of gamma indexing the desired fit
any other arguments
Ryan Thompson <ryan.thompson-1@uts.edu.au>