watch_statisticians: Multiple Confidence Interval for a Proportion

Description Usage Arguments Value Author(s) Examples

View source: R/watch_statisticians.R

Description

An app to explore confidence interval for a proportion.

Usage

1
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

1
2
3
4
## Not run: 
watch_statisticians(n = 100, p = 0.5, interval_number = 50, level = 0.95)

## End(Not run)

homerhanumat/tigerstats documentation built on Sept. 27, 2020, 3:21 a.m.