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
.