powered by
Function to get two sided confidence interval around zero as the true value. Confidence interval is adjusted so that it covers the true zero (1-'confl')*100 times. Symmetry is not assumed.
zero.ci (x, confl=0.05)
count of number of items below lower limit.
count of number of items above upper limit.
lower limit of the confidence interval.
upper limit of the confidence interval.
a vector of data.
confidence level.
x <- runif(25, 0, 1) zero.ci(x)
Run the code above in your browser using DataLab