Learn R Programming

ebirdst (version 0.3.5)

binom_test_p: Binomial test for ensemble support

Description

Binomial test for ensemble support

Usage

binom_test_p(x, pat_cutoff = 1/10)

Value

A numeric p-value.

Arguments

x

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

pat_cutoff

numeric; percent above threshold cutoff

Examples

Run this code
ebirdst:::binom_test_p(c(pat = 0.1, pi_es = 75))

Run the code above in your browser using DataLab