Description Usage Arguments Details
Function used by summaryBy or summarise to compute summary stats on pooled data.
1 | pooled_sem(x, confInt = 0.05, ...)
|
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.