binom_test_p {ebirdst} | R Documentation |
Binomial test for ensemble support
binom_test_p(x, pat_cutoff = 1/10)
x |
numeric; named numeric vector with values for |
pat_cutoff |
numeric; percent above threshold cutoff |
A numeric p-value.
ebirdst:::binom_test_p(c(pat = 0.1, pi_es = 75))