R/g.R

Defines functions g

g <- function(m, k, n, p) {
  sum(dbinom(m:k, size = n, prob = p))
}

Try the BlythStillCasellaCI package in your browser

Any scripts or data that you put into this service are public.

BlythStillCasellaCI documentation built on May 29, 2024, 7:25 a.m.