powered by
Plot the binormal-predicted ROC curve with provided parameters
PlotBinormalFit(a, b)
vector: the mean(s) of the diseased distribution(s).
vector: the standard deviations(s) of the diseased distribution(s).
A ggplot2 object of the plotted ROC curve(s) are returned. Use print function to display the saved object.
print
a and b must have the same length. The predicted ROC curve for each a and b pair will be plotted.
a
b
# NOT RUN { binormalPlot <- PlotBinormalFit(c(1, 2), c(0.5, 0.5)) print(binormalPlot) # }
Run the code above in your browser using DataLab