Learn R Programming

papaja (version 0.1.0.9054)

se: Standard errors

Description

Returns the standard error of a vector

Usage

se(x, na.rm = TRUE)

Arguments

x
Nnumeric. A vector of observations from your dependent variable.
na.rm
Logical. Specifies if missing values are removed.