binom_for_histogram {CalibratR} | R Documentation |
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 bin |
p-value from stats::binom.test method