Generate predictions for new data using specified values of the tuning parameters.
# S3 method for grpsel
predict(object, x.new, lambda = NULL, gamma = NULL, ...)A matrix of predictions.
an object of class 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.auu>