stack_predict | R Documentation |
Convert one or more linear predictor to a format used for prediction
stack_predict(x, ...)
## S3 method for class 'elnet_numeric'
stack_predict(x, data, ...)
## S3 method for class 'lognet_class'
stack_predict(x, data, ...)
## S3 method for class 'lognet_prob'
stack_predict(x, data, ...)
## S3 method for class 'multnet_class'
stack_predict(x, data, ...)
## S3 method for class 'multnet_prob'
stack_predict(x, data, ...)
x |
A set of model expressions generated by |
... |
Not currently used. |
The return type varies, based on the model and prediction type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.