se {papaja}R Documentation

Standard Error of the Mean

Description

Calculates the standard error of the mean.

Usage

se(x, na.rm = TRUE)

Arguments

x

Numeric. A vector of observations.

na.rm

Logical. Specifies if missing values should be removed.

Value

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


[Package papaja version 0.1.2 Index]