watch_statisticians {tigerstats} | R Documentation |
Multiple Confidence Interval for a Proportion
Description
An app to explore confidence interval for a proportion.
Usage
watch_statisticians(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 |
Value
Graph side-effects
Author(s)
Homer White hwhite0@georgetowncollege.edu
Examples
## Not run:
watch_statisticians(n = 100, p = 0.5, interval_number = 50, level = 0.95)
## End(Not run)
[Package tigerstats version 0.3.2 Index]