Description Usage Arguments Details Examples
ci_size returns the confidence interval given a confidence level, sample size, mean and standard deviation.
1 |
confidence_level |
value, e.g. |
sample_size |
integer, e.g. |
mean |
integer, e.g. |
pop_sd |
value, e.g. |
unknown_pop_sd |
boolean, e.g. |
By default, the computation assumes that sample standard deviation is used - if using population standard deviation (where it is known or given), set unknown_pop_sd to FALSE.
confidence_level accepts values for both frequency as well as probabilities.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.