Other predict methods.
These are internal functions not meant to be directly called by the user.
## S3 method for class 'model_fit' predict_class(object, new_data, ...) ## S3 method for class 'model_fit' predict_classprob(object, new_data, ...) ## S3 method for class 'model_fit' predict_confint(object, new_data, level = 0.95, std_error = FALSE, ...) ## S3 method for class 'model_fit' predict_numeric(object, new_data, ...) predict_numeric(object, ...) ## S3 method for class 'model_fit' predict_quantile(object, new_data, quantile = (1:9)/10, ...)
object |
An object of class |
new_data |
A rectangular data object, such as a data frame. |
... |
Arguments to the underlying model's prediction
function cannot be passed here (see
|
level |
A single numeric value between zero and one for the interval estimates. |
std_error |
A single logical for whether the standard error should be returned (assuming that the model can compute it). |
quant |
A vector of numbers between 0 and 1 for the quantile being predicted. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.