Description Usage Arguments Value Examples
Just a helpful wrapper that demonstrates how to make a confidence-interval plot from raw probability-outcome data.
1 2 | cintervalplot(pred, actual, x = fallout, y = recall, draws = 100,
res = 0.1, parallel = TRUE)
|
pred |
Vector of predictions |
actual |
Vector of outcomes |
... |
Parameters passed on to |
A ggplot object
1 2 | testdata <- examplePredictions()
cintervalplot(testdata$pred, testdata$actual)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.