watch_statisticians_slow function

Multiple Confidence Interval for a Proportion, One at a Time

Multiple Confidence Interval for a Proportion, One at a Time

An app to explore confidence interval for a proportion.

watch_statisticians_slow(n, p, interval_number = 50, level = 0.95)

Arguments

  • n: the sample size
  • p: the population proportion
  • interval_number: number of intervals to make (limit and default are 50)
  • level: desired level of confidence

Returns

Graph side-effects

Examples

## Not run: watch_statisticians_slow(n = 100, p = 0.5, interval_number = 50, level = 0.95) ## End(Not run)

Author(s)

Homer White hwhite0@georgetowncollege.edu

  • Maintainer: Homer White
  • License: GPL (>= 3)
  • Last published: 2020-06-15

Useful links