Nothing
Code
huber_loss_pseudo(ex_dat, truth = "obs", estimate = "pred_na", delta = -1)
Condition
Error in `huber_loss_pseudo()`:
! `delta` must be a number larger than or equal to 0, not the number -1.
Code
huber_loss_pseudo(ex_dat, truth = "obs", estimate = "pred_na", delta = c(1, 2))
Condition
Error in `huber_loss_pseudo()`:
! `delta` must be a number, not a double vector.
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.