Sem
Sem-func
Description
Calculate the sample standard error.
/math-fc3d158d3846be010a1980eb6f3cdded.png)
- where SD is the standard deviation of the dataset.
Syntax
double Sem(dataset vd)
Parameters
vd
- Input dataset.
Return
Return the Sample Standard Error.
Example
double ee=Sem(col(A));
ee=;
See Also
StdDev