Plot density + ROC
plot_density_ROC_empirical.Rd
Given positive and negative distributions, plot the corresponding densities and their ROC-curves.
Arguments
- values_grouped
List-like element. (also data.frames or matrices) where the elements are the samples from the different distributions. E.g.: # A tibble: 1,000 × 2 dist_1 dist_2
1 0.974 0.257 2 0.196 -0.780 3 -0.125 -0.264 4 0.701 0.260 - length.out
See
plot_density_empirical()
. Granularity of density plot (pure visualization).- xmin
- xmax
- ...
Further arguments to
perf_ROC()