HHsummary: Data Summary Stats for HarshaHabs data

Description Usage Arguments Details

View source: R/summaryFuns.R

Description

Function used to consistently return summary data for inclusion in HarshaHabs databse.

Usage

1
HHsummary(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.