predict.logistic_ridge | R Documentation |
#' @importFrom stats predict
#' @importFrom stats predict
#' @importFrom stats predict
## S3 method for class 'logistic_ridge' predict(object, new_data, ...) ## S3 method for class 'gaussian_ridge' predict(object, new_data, ...) ## S3 method for class 'inflation_model' predict(object, new_data, ...) ## S3 method for class 'poisson_ridge' predict(object, new_data, ...)
object |
The fitted model. |
new_data |
New data (always a matrix). |
... |
Additional parameters (only for generic consistency). |
Predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.