BetaBinom_test_pvalTS performs an exact test, returning a p-value that reflects the probability of the observed data m assuming a beta-binomial PMF with given parameters m, pi and theta. See dBetaBinom for more information on the used parameterization.

BetaBinom_test_pvalTS(m, n, pi, theta)

Arguments

m

Number. Number of successes

n

Number. Number of trials

pi

Number. Probability of success; 0 >= pi >= 1

theta

Number. Overdispersion parameter; 0 >= theta > +Inf

Value

The probability to make an observation equally or less likely than the input data