papaja (version 0.1.2)

se: Standard Error of the Mean

Description

Calculates the standard error of the mean.

Usage

se(x, na.rm = TRUE)

Value

The standard error of the mean as numeric vector of length 1.

Arguments

x

Numeric. A vector of observations.

na.rm

Logical. Specifies if missing values should be removed.