Nothing
Code
gini_coef_vec(1, 1, na_rm = "yes")
Condition
Error in `gini_coef_vec()`:
! `na_rm` must be `TRUE` or `FALSE`, not the string "yes".
Code
result <- gini_coef_vec(truth, estimate)
Condition
Warning:
Column `truth` has constant values.
i The Gini coefficient is undefined when truth has no variation.
Code
result <- gini_coef_vec(truth, estimate)
Condition
Warning:
Column `truth` sums to zero.
i The Gini coefficient is undefined when the sum of truth is zero.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.