plotcumfreqs {wevid} | R Documentation |
Plot the cumulative frequency distributions in cases and in controls
Description
Plot the cumulative frequency distributions in cases and in controls
Usage
plotcumfreqs(densities)
Arguments
densities |
Densities object produced by |
Value
A ggplot object representing the cumulative frequency distributions of the smoothed densities of the weights of evidence in cases and in controls.
Examples
data(cleveland)
densities <- with(cleveland, Wdensities(y, posterior.p, prior.p))
plotcumfreqs(densities)
[Package wevid version 0.6.2 Index]