run_group.STDERR: Group Standard Error Interval

run_group.STDERRR Documentation

Group Standard Error Interval

Description

Calculates the standard error interval of grouped data.

Usage

run_group.STDERR(x, data)

Arguments

x

(Required). an aggregate compatible formula.

data

(Required). a data frame (or list) from which the variables in formula should be taken.

Value

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.

Author(s)

Created by Hua Zou (5/19/2022 Shenzhen China)

References

https://github.com/cran/Rmisc/

Examples

run_group.STDERR(Sepal.Length~Species, iris)


HuaZou/MicrobiomeAnalysis documentation built on May 13, 2024, 11:10 a.m.