the standard deviation of x. If provided it's interpreted as sd of the population. If left to NULL (default) the sample sd(x) will be used.
na.rm
logical. Should missing values be removed? Defaults to FALSE.
Author
Andri Signorell <andri@signorell.net>
Details
MeanSE calculates the standard error of the mean defined as: $$\frac{\sigma}{\sqrt{n}}$$
\(\sigma\) being standard deviation of x and n the length of x.