View source: R/ggplot_confints.R
ggplot_confints | R Documentation |
Simulation of Frequentist confidence intervals of the mean of normally-distributed data.
ggplot_confints(n_intervals, n_samples, alpha = 0.05, pop_mean = 0, pop_sd = 1)
n_intervals |
The number of intervals to generate. |
n_samples |
The sample size for the confidence intervals. |
alpha |
Confidence level |
pop_mean |
Population |
pop_sd |
population standard deviation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.