## S3 method for class 'default':
se(x, na.rm = TRUE, ...)
## S3 method for class 'data.frame':
se(x, na.rm = TRUE, ...)
Arguments
x
An Robject.
na.rm
A logical value indicating whether NA
should be stripped before the computation proceeds.
Default is na.rm=TRUE.
...
Additional arguements (currently ignored)
encoding
UTF-8
Details
The standard error of the mean (SEM) (assuming statistical independence of the values in the sample) is estimated by taking the standard deviation of the population sample, divided by the square root of the sample size: $$se = \frac{{s}}{{\sqrt{n}}}$$