Learn R Programming

PCBS (version 0.1.1)

se: Standard error of a vector.

Description

Takes the standard error of a vector.

Usage

se(x)

Value

Returns a numeric, representing the standard error of the input vector.

Arguments

x

numeric vector.

Examples

Run this code
x <- sample(1:100, 20)
se(x)

Run the code above in your browser using DataLab