View source: R/utils_analysis.R
get_resids_binary | R Documentation |
Retrieves working binary residuals (get_resids_binary()
),
outcome variance (get_var_binary()
) and fit errors
(get_errors_binary()
: MAE, MSE, RMSE and pseudo-R-squared).
get_resids_binary(data, classes)
get_var_binary(data)
get_errors_binary(data, classes)
data |
a data frame with .outcome and .fitted columns. |
classes |
a vector with the class order. |
a numeric or a tibble with the statistic values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.