predict.gpe | R Documentation |
Predict function for gpe
## S3 method for class 'gpe'
predict(
object,
newdata = NULL,
type = "link",
penalty.par.val = "lambda.1se",
...
)
object |
of class |
newdata |
optional new data to compute predictions for |
type |
argument passed to |
penalty.par.val |
argument passed to |
... |
Unused |
The initial training data is used if newdata = NULL
.
gpe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.