Description Usage Arguments Value
View source: R/myDescriptiveStatistics.R
Calculate the Confidence Interval of a (numeric) vector.
1 | my.confidence.interval(src.vector, ci = 95)
|
src.vector |
; A numeric vector to calculate the confidence interval over. |
ci |
; A Numeric/Percentage between 0 and 100 that determines the size of the confidence interval. |
numeric ; The Confidence Interval of 'src.vector'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.