run_group.CI | R Documentation |
Calculates the confidence interval of grouped data
run_group.CI(x, data, ci = 0.95)
x |
(Required). an |
data |
(Required). a data frame (or list) from which the variables in formula should be taken. |
ci |
(optional). numeric. confidence interval to be calculated. |
A data frame consisting of one column for each grouping factor plus three columns for the upper bound, mean and lower bound of the confidence interval for each level of the grouping factor
Created by Hua Zou (5/19/2022 Shenzhen China)
https://github.com/cran/Rmisc/
run_group.CI(Sepal.Length~Species, iris, 0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.