cintervalplot: cintervalplot

Description Usage Arguments Value Examples

View source: R/helpers.R

Description

Just a helpful wrapper that demonstrates how to make a confidence-interval plot from raw probability-outcome data.

Usage

1
2
cintervalplot(pred, actual, x = fallout, y = recall, draws = 100,
  res = 0.1, parallel = TRUE)

Arguments

pred

Vector of predictions

actual

Vector of outcomes

...

Parameters passed on to bootstrappedROC

Value

A ggplot object

Examples

1
2
testdata <- examplePredictions() 
cintervalplot(testdata$pred, testdata$actual)

Peder2911/evallib documentation built on Dec. 18, 2019, 2:41 a.m.