ci | R Documentation |
Compute the Bounds of a Confidence Interval
ci(center, bound)
center |
Vector of interval centers |
bound |
\pm boundary to define the interval |
This convenience function creates intervals from vectors of centers and boundary distances.
n \times 3 matrix of interval boundaries with the center, where n is the length of center
.
ci(c(1.2, 3.4, 5), 1.7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.