SumCI | R Documentation |
Starting with a response variable that obtains different confidence intervals (CI) when calculated with different explanatory variables, all the values of the response variable should be added up. This function returns the CI for the sum.
SumCI(x)
x |
a matrix with 3 columns, containing the estimate in the first column followed by the lower and the upper confidence interval . |
a vector with the sum and the lower, upper confidence bound of the confidence interval
Andri Signorell andri@signorell.net
BinomCI
,
x <- do.call(rbind,
tapply(d.pizza$delivery_min,
d.pizza$area, MeanCI))
SumCI(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.