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