prediction_eqn | R Documentation |
Convert one or more linear predictor to a format used for prediction
prediction_eqn(x, ...)
## S3 method for class ''_lognet''
prediction_eqn(x, type = "class", ...)
## S3 method for class ''_elnet''
prediction_eqn(x, type = "numeric", ...)
## S3 method for class ''_multnet''
prediction_eqn(x, type = "class", ...)
x |
An object that uses a |
... |
Not currently used. |
type |
The prediction type. |
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.