View source: R/PlotBinormalFit.R
| PlotBinormalFit | R Documentation | 
Plot the binormal-predicted ROC curve with provided parameters
PlotBinormalFit(a, b)
a | 
 vector: the mean(s) of the diseased distribution(s).  | 
b | 
 vector: the standard deviations(s) of the diseased distribution(s).  | 
a and b must have the same length. The predicted ROC curve 
for each a and b pair will be plotted.
A ggplot2 object of the plotted ROC curve(s) are returned. 
Use print function to display the saved object.
binormalPlot <- PlotBinormalFit(c(1, 2), c(0.5, 0.5))
## print(binormalPlot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.