binom_for_histogram
p_values from stats::binom.test for each bin, if bin is empty, a p-value of 2 is returned
binom_for_histogram(n_x)
n_x
: numeric vector of two integers. The first one is the number of cases in the bin; the second the number of instances in the binp-value from stats::binom.test method
Useful links