Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

VSEM function

Description

VSEM(variable[,filter]) returns the standard error of the mean of a variable. An optional filter can be specified.

The Standard Error of the Mean (SEM) is calculated as follows:

Standard error of the mean (SEM) formula$$SEM = \frac{s}{\sqrt{n}} $$

where s is the standard deviation:

$$s = \sqrt{\frac{\sum_{}^{}{(x-\bar{x})^2}}{n-1}} $$

Example

Statistical functions on variables

Note

This function calculates a statistic on a variable. Be careful when you use this function in cells of the columns that correspond to the variable, because this actually adds a value to the variable which can lead to unexpected and faulty results. You can exclude the cell to avoid this.

Related functions