predict_table | R Documentation |
Predict using tibble class object
predict_table(model, predictors, include_prob = TRUE, ...)
model |
either a 'model_fit' object or a file description to one |
predictors |
a table (data.frame or tibble) or raster (terra or stars) |
include_prob |
logical, if TRUE include probabilities of occurrence |
... |
arguments passed to |
tibble of predictions, possibly with prob. In the event that the predictors have no complete cases (at least one NA in each row) then the prediction returned is NA everywhere with a warning
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.