bt: Perform a binomial test

Description Usage Arguments Value Examples

View source: R/bt.R

Description

Perform a binomial test

Usage

1
bt(a, b, p = 0.5)

Arguments

a

A number

b

A number

p

A number

Value

Returns the binomial test pvalue for an event that occurred a times out of a total of b with a null probability assumption of p

Examples

1
bt(2,10,.5)

drmonaco/AVARDA documentation built on Dec. 20, 2021, 1:18 a.m.