sem: Data Summary Stats

Description Usage Arguments Details

View source: R/summaryFuns.R

Description

Function used by summaryBy or summarise to compute summary stats.

Usage

1
sem(x, confInt = 0.05, sigFig = NULL, ...)

Arguments

x

numeric vector

confInt

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

sigFig

number of significant digits to return, if NULL, it is calculated based on standard deviation

...

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.