Nothing
weighting
Code
kap(three_class, truth = "obs", estimate = "pred", weighting = 1)
Condition
Error in `kap()`:
! `weighting` must be a string.
Code
kap(three_class, truth = "obs", estimate = "pred", weighting = "not right")
Condition
Error in `kap()`:
! `weighting` must be "none", "linear", or "quadratic", not "not right".
Code
kap_vec(cp_truth, cp_estimate)
Condition
Error in `kap_vec()`:
! `truth` should not a <class_pred> object.
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.