Learn R Programming

ebirdst (version 0.3.3)

binom_test_p: Binomial test for ensemble support

Description

Binomial test for ensemble support

Usage

binom_test_p(x, pat_cutoff = 1/10)

Arguments

x

numeric; named numeric vector with values for "pat" and "pi_es".

pat_cutoff

numeric; percent above threshold cutoff

Value

A numeric p-value.

Examples

Run this code
# NOT RUN {
ebirdst:::binom_test_p(c(pat = 0.1, pi_es = 75))
# }

Run the code above in your browser using DataLab