meanse | R Documentation |
meanse
computes SEM based on Standard Deviation/square root(n)
meanse(x, mult = 1, roundDig = 2, drop0 = FALSE)
x |
Data for computation. |
mult |
multiplier for SEM, default 1, can be set to e.g. 2 or 1.96 to create confidence intervals |
roundDig |
Number of relevant digits for roundR. |
drop0 |
Should trailing zeros be dropped? |
character vector with mean ± SEM, rounded to desired precision
# basic usage of meanse
meanse(x = mtcars$wt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.