Nothing
ppv()
returns NA
with a warning when sens()
is undefined (tp + fn = 0) (#101)Code
out <- ppv_vec(truth, estimate)
Condition
Warning:
While computing binary `sens()`, no true events were detected (i.e. `true_positive + false_negative = 0`).
Sensitivity is undefined in this case, and `NA` will be returned.
Note that 1 predicted event(s) actually occurred for the problematic event level, a
Code
ppv_vec(cp_truth, cp_estimate)
Condition
Error in `ppv_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.