Description Usage Arguments Value Examples
Return a plot with ecdfs
1  | gg_cum(target, score)
 | 
target | 
 A numeric binary vector (0, 1)  | 
score | 
 A numeric vector containing scores or probabilities  | 
The plot
1 2 3 4 5 6  | data(predictions)
score <- predictions$score
target <- predictions$target
gg_cum(target, score)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.