sem#

swordfish.function.sem()#

Return unbiased (normalized by N-1) standard error of the mean over X .

  • If X is a matrix, calculate the standard error for each column and return a vector.

  • If X is a table, calculate the standard error of each column and return a table.

Parameters:

X (Constant) – A numeric vector/matrix/table.