getRocCurve: Return a ROC curve object, given input class probabilities

Description Usage Arguments Value

View source: R/rocCurves.R

Description

Return a ROC curve object, given input class probabilities

Usage

1
2
getRocCurve(predictions, targetValues, titleString = "", ci = FALSE,
  lr = FALSE, plotCurve = FALSE)

Arguments

predictions

vector of predictions

targetValues

vector of class labels

titleString

title string if plotCurve==TRUE

ci

logical - compute confidence interval?

lr

logical - compute likelihood ratios?

plotCurve

logical - plot the resulting ROC curve?

Value

a pROC::roc object


mattdneal/FAIMSToolkit documentation built on May 21, 2019, 12:57 p.m.