predict.gpe {pre} | R Documentation |
Predicted values based on gpe ensemble
Description
Predict function for gpe
Usage
## S3 method for class 'gpe'
predict(
object,
newdata = NULL,
type = "link",
penalty.par.val = "lambda.1se",
...
)
Arguments
object |
of class |
newdata |
optional new data to compute predictions for |
type |
argument passed to |
penalty.par.val |
argument passed to |
... |
Unused |
Details
The initial training data is used if newdata = NULL
.
See Also
[Package pre version 1.0.7 Index]