Plot the ROC curves for various injected signal sizes
plotRocsInjectedSignals(logRr, trueLogRr, showAucs, fileName = NULL)
A vector containing the log of the relative risk as estimated by a method.
A vector containing the injected log(relative risk) for each estimate.
Should the AUCs be shown in the plot?
Name of the file where the plot should be saved, for example 'plot.png'. See the
function ggsave
in the ggplot2 package for supported file formats.
A Ggplot object. Use the ggsave
function to save to file.