CIProp {tigerstats} | R Documentation |
Confidence Intervals (for one population proportion)
Description
An app to investigate how many times a confidence interval for one population proportion captures the true population parameter. The true population proportion is plotted as a vertical red line and the user can visually see how changes to the sample, population proportion, sample size, and confidence level affect the width of the confidence interval. Summary information is output to the console to tally the number of times the computed confidence interval covers the true population mean and how many times it misses.
Usage
CIProp()
Value
Graphical and numerical output
Note
Uses manipulate from R Studio
Author(s)
Rebekah Robinson rebekah_robinson@georgetowncollege.edu
Examples
## Not run:
if (require(manipulate)) CIProp()
## End(Not run)
[Package tigerstats version 0.3.2 Index]