R/Plotting.R
plotPredictedPDF.Rd
Plot the Predicted probability density function, showing prediction overlap between true and false cases
plotPredictedPDF(evaluation, type = "test", fileName = NULL)
evaluation | A prediction object as generated using the
|
---|---|
type | options: 'train' or test' |
fileName | Name of the file where the plot should be saved, for example
'plot.png'. See the function |
A ggplot object. Use the ggsave
function to save to file in a different
format.
Create a plot showing the predicted probability density function, showing prediction overlap between true and false cases