predict.gpe: Predicted Values Based on gpe Ensemble
Description
Predict function for gpe
Usage
# S3 method for gpe
predict(object, newdata = NULL, type = "link",
penalty.par.val = "lambda.1se", ...)
Arguments
newdata
optional new data to compute predictions for
Details
The initial training data is used if newdata = NULL
.