powered by
Create a confidence-interval object.
confidence-interval
ci(estimate, lower, upper, confidence = 0.95, ...)
The Estimate
Lower bound
Upper bound.
confidence level
other information such as
A confidence-interval object.
# NOT RUN { x <- ci(est=0, low=-1, upp=1) format(x) format(x, span='---') y <- ci(1, 0, 2, span=',') c(x,y) # }
Run the code above in your browser using DataLab