Description Usage Arguments Value Author(s) Examples
View source: R/watch_statisticians.R
An app to explore confidence interval for a proportion.
1 | 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
1 2 3 4 | ## 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.