Description Usage Arguments Value Author(s) Examples
View source: R/CIempirical.fn.R
a function to calculate empirical confidence interval
1 | CIempirical.fn(x, alpha = 0.05)
|
x |
a vector of values |
alpha |
to specify 1-alpha confidence interval |
CI
Xiaohua Douglas Zhang 05/2020
1 2 | x = rnorm(1000)
CIempirical.fn(x, alpha=0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.