model_predictions | R Documentation |
Predict new data values and return as a matrix
model_predictions(model_tbl, new_data, type = "response")
model_tbl |
A tibble of model objects, generally output of
|
new_data |
A data frame of new data to be passed to predict for prediction. |
type |
String of type to pass to predict. Default is "response". |
Prediction matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.