pooled_sem: Data Summary Stats for Pooled Groups

Description Usage Arguments Details

View source: R/summaryFuns.R

Description

Function used by summaryBy or summarise to compute summary stats on pooled data.

Usage

1
pooled_sem(x, confInt = 0.05, ...)

Arguments

x

numeric vector

confInt

numeric value giving p value for confidence intervals. If NULL, none are calculated.

...

parameters to be passed to summary functions such as na.rm or na.omit

Details

Returns N, Min, Max, Lower Quartile, Median, Upper Quartile, Max, Mean, Standard Deviation, Standard Error of the Mean, Coefficient of Variation, and mean confidence intervals.


duanxd1/gfuns documentation built on March 7, 2020, 12:46 a.m.