Description Usage Arguments Value
View source: R/confidence-interval.R
This function gets the confidence interval given the number of trials, number of successes, and confidence level. Confidence level should be given in decimal form, not percentage.
1 | interval(trials, successes, conf)
|
trials |
Number of trials |
successes |
Number of successes of the trials |
conf |
Confidence level |
Confidence level formatted as a String
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.