Description Usage Arguments Value Author(s) See Also Examples
View source: R/OurConfidence.R
This function takes some parameters and simulates random samples and their confidence intervals
1 |
samples |
The number of times to draw random samples |
n |
The sample size we draw each time |
mu |
The population mean mu |
sigma |
The population standard deviation |
conf.level |
What confidence level to compute 1 - alpha (significance level) |
A ggplot2 object
Chuck Powell
stats::qnorm
, stats::rnorm
, BSDA::CIsim
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.