llr.plot | R Documentation |
This function shows the optimal score-to-log-likelihood-ratio function as is determined by computing the ROC convex hull.
llr.plot(x)
x |
An object of class |
llr.plot
plots the transformation from scores to log-likelihood-ratios such that the log-likelihood-ratios are optimally calibrated for the data x
. It effectively creates a roc
object, and draws the relation between score
and opt.llr
, which is found after isotonic regression of the scores.
David A. van Leeuwen
data(ru.2009)
llr.plot(ru.2009)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.