plotcumfreqs | R Documentation |
Plot the cumulative frequency distributions in cases and in controls
plotcumfreqs(densities)
densities |
Densities object produced by |
A ggplot object representing the cumulative frequency distributions of the smoothed densities of the weights of evidence in cases and in controls.
data(cleveland) densities <- with(cleveland, Wdensities(y, posterior.p, prior.p)) plotcumfreqs(densities)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.