View source: R/watch_statisticians.R
watch_statisticians | R Documentation |
An app to explore confidence interval for a proportion.
watch_statisticians(n, p, interval_number = 50, level = 0.95)
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 |
Graph side-effects
Homer White hwhite0@georgetowncollege.edu
## Not run:
watch_statisticians(n = 100, p = 0.5, interval_number = 50, level = 0.95)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.